Package io.rong.imlib.model
Class RecallMessageOption
-
- All Implemented Interfaces:
public class RecallMessageOption
-
-
Constructor Summary
Constructors Constructor Description RecallMessageOption(boolean isDelete, boolean isAdmin, boolean disableNotification)
-
Method Summary
Modifier and Type Method Description boolean
isDelete()
boolean
isAdmin()
boolean
isDisableNotification()
-
-
Method Detail
-
isDelete
boolean isDelete()
-
isAdmin
boolean isAdmin()
-
isDisableNotification
boolean isDisableNotification()
-
-
-
-