Package io.rong.imlib.model
Class ReceivedProfile
-
- All Implemented Interfaces:
public final class ReceivedProfile
/~english
-
-
Field Summary
Fields Modifier and Type Field Description public int
left
-
Constructor Summary
Constructors Constructor Description ReceivedProfile(int left, boolean hasPackage, boolean offline)
-
Method Summary
Modifier and Type Method Description int
getLeft()
boolean
hasPackage()
boolean
isOffline()
-
-
Method Detail
-
getLeft
int getLeft()
-
hasPackage
boolean hasPackage()
-
isOffline
boolean isOffline()
-
-
-
-