Package io.getstream.chat.android.models
Object SyncStatus.Companion
-
- All Implemented Interfaces:
public class SyncStatus.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SyncStatus.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final SyncStatusfromInt(Integer type)Get the SyncStatus from the given type. -
-
Method Detail
-
fromInt
final SyncStatus fromInt(Integer type)
Get the SyncStatus from the given type.
-
-
-
-