Checks whether the current conversation is marked as urgent. The result is returned through the provided callback.
public static void checkConversationIsMarkedAsUrgent(final ICallback<Boolean, Exception> callback)
Parameter | Description |
---|---|
callback | An ICallback implementation |