public class RevokeMsgNotification
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RevokeMsgNotification(IMMessage message,
java.lang.String attach,
java.lang.String revokeAccount,
java.lang.String customInfo,
int notificationType,
RevokeType revokeType,
java.lang.String callbackExt) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttach()
Message attachment
|
java.lang.String |
getCallbackExt() |
java.lang.String |
getCustomInfo()
Get the information of the custom fields.
|
IMMessage |
getMessage()
Get the recalled message
|
int |
getNotificationType()
Get the notification type 1: offline; 2: roaming.
|
java.lang.String |
getRevokeAccount()
Get the account that performed the recall operation
|
RevokeType |
getRevokeType()
Get the recall types: P2P two-way, group two-way, supergroup two-way, P2P one-way, and undefined.
|
public RevokeMsgNotification(IMMessage message, java.lang.String attach, java.lang.String revokeAccount, java.lang.String customInfo, int notificationType, RevokeType revokeType, java.lang.String callbackExt)
public IMMessage getMessage()
public java.lang.String getAttach()
public java.lang.String getRevokeAccount()
public java.lang.String getCustomInfo()
public int getNotificationType()
public RevokeType getRevokeType()
public java.lang.String getCallbackExt()