Package io.rong.imlib.model
Class MessagePushConfig
-
- All Implemented Interfaces:
public class MessagePushConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
MessagePushConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description public final static String
TAG
public final static String
CHANNEL_ID
public final static Creator<MessagePushConfig>
CREATOR
public String
pushTitle
public String
pushContent
public String
pushData
public AndroidConfig
androidConfig
public String
templateId
-
Constructor Summary
Constructors Constructor Description MessagePushConfig()
-
Method Summary
Modifier and Type Method Description String
getPushTitle()
void
setPushTitle(String pushTitle)
String
getPushContent()
void
setPushContent(String pushContent)
String
getPushData()
void
setPushData(String pushData)
AndroidConfig
getAndroidConfig()
void
setAndroidConfig(AndroidConfig androidConfig)
String
getTemplateId()
void
setTemplateId(String templateId)
boolean
isForceShowDetailContent()
IOSConfig
getIOSConfig()
void
setIOSConfig(IOSConfig iOSConfig)
boolean
isDisablePushTitle()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
String
toString()
String
channelToJson()
void
setChannelFromJson(String jsonStr)
void
setForceShowDetailContent(boolean forceShowDetailContent)
void
setDisablePushTitle(boolean disablePushTitle)
-
-
Method Detail
-
getPushTitle
String getPushTitle()
-
setPushTitle
void setPushTitle(String pushTitle)
-
getPushContent
String getPushContent()
-
setPushContent
void setPushContent(String pushContent)
-
getPushData
String getPushData()
-
setPushData
void setPushData(String pushData)
-
getAndroidConfig
AndroidConfig getAndroidConfig()
-
setAndroidConfig
void setAndroidConfig(AndroidConfig androidConfig)
-
getTemplateId
String getTemplateId()
-
setTemplateId
void setTemplateId(String templateId)
-
isForceShowDetailContent
boolean isForceShowDetailContent()
-
getIOSConfig
IOSConfig getIOSConfig()
-
setIOSConfig
void setIOSConfig(IOSConfig iOSConfig)
-
isDisablePushTitle
boolean isDisablePushTitle()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
toString
String toString()
-
channelToJson
String channelToJson()
-
setChannelFromJson
void setChannelFromJson(String jsonStr)
-
setForceShowDetailContent
void setForceShowDetailContent(boolean forceShowDetailContent)
-
setDisablePushTitle
void setDisablePushTitle(boolean disablePushTitle)
-
-
-
-