Package io.rong.imlib.model
Class MessagePushConfig
-
- All Implemented Interfaces:
public class MessagePushConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMessagePushConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description public final static StringTAGpublic final static StringCHANNEL_IDpublic final static Creator<MessagePushConfig>CREATORpublic StringpushTitlepublic StringpushContentpublic StringpushDatapublic AndroidConfigandroidConfigpublic HarmonyConfigharmonyConfigpublic StringtemplateId
-
Constructor Summary
Constructors Constructor Description MessagePushConfig()
-
Method Summary
Modifier and Type Method Description StringgetPushTitle()voidsetPushTitle(String pushTitle)StringgetPushContent()voidsetPushContent(String pushContent)StringgetPushData()voidsetPushData(String pushData)AndroidConfiggetAndroidConfig()voidsetAndroidConfig(AndroidConfig androidConfig)HarmonyConfiggetHarmonyConfig()voidsetHarmonyConfig(HarmonyConfig harmonyConfig)StringgetTemplateId()voidsetTemplateId(String templateId)booleanisForceShowDetailContent()IOSConfiggetIOSConfig()voidsetIOSConfig(IOSConfig iOSConfig)booleanisDisablePushTitle()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)StringtoString()StringchannelToJson()voidsetChannelFromJson(String jsonStr)voidsetForceShowDetailContent(boolean forceShowDetailContent)voidsetDisablePushTitle(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)
-
getHarmonyConfig
HarmonyConfig getHarmonyConfig()
-
setHarmonyConfig
void setHarmonyConfig(HarmonyConfig harmonyConfig)
-
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)
-
-
-
-