Checks if the active conversation (if existing) is marked as urgent. Otherwise returns false.

You must check that the SDK is in ready state before calling this method.

func isUrgent(_ conversationQuery: ConversationParamProtocol) -> Bool
Parameter Description Notes
conversationQuery Represents a "filter" for the conversation screen, determining which of the conversations will be displayed in the following screens. Default: sorts the conversations by account number. See helpers methods above for how to generate a conversation query.