Package io.rong.message
Class InformationNotificationMessage
-
- All Implemented Interfaces:
public class InformationNotificationMessage
/~english
-
-
Constructor Summary
Constructors Constructor Description InformationNotificationMessage(String message)
/~english InformationNotificationMessage(Array<byte> data)
/~english InformationNotificationMessage(Parcel in)
/~english
-
Method Summary
Modifier and Type Method Description String
getMessage()
/~english void
setMessage(String message)
/~english static InformationNotificationMessage
obtain(String message)
/~english Array<byte>
encode()
/~english void
writeToParcel(Parcel dest, int flags)
/~english int
describeContents()
/~english -
-
Constructor Detail
-
InformationNotificationMessage
InformationNotificationMessage(String message)
/~english
-
InformationNotificationMessage
InformationNotificationMessage(Array<byte> data)
/~english
-
InformationNotificationMessage
InformationNotificationMessage(Parcel in)
/~english
-
-
Method Detail
-
getMessage
String getMessage()
/~english
-
setMessage
void setMessage(String message)
/~english
-
obtain
static InformationNotificationMessage obtain(String message)
/~english
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
/~english
-
describeContents
int describeContents()
/~english
-
-
-
-