isAtLeast

open fun isAtLeast(s: Conversation.SynchronizationStatus): Boolean

Check if conversation synchronization is at least at the given state. If either requested status or current conversation status is #FAILED this function will return false.

Return

true if current synch status is at least at the requested value, or more, and is not #FAILED.

Parameters

s

Requested synchronization level.