isConversationSupportGroupAdmin

open fun isConversationSupportGroupAdmin(@NonNull context: Context, @NonNull conversationId: String): Boolean

Call this method to check whether the conversation supports the administrator group or not

The given conversation should :

  • a group group conversation (THREAD_TYPE_GROUP).
  • exist and active.
  • not related to a MyBusiness process.
  • not an emergency conversation.
  • not related to a broadcast group call.

Return

whether the conversation supports the administrator group or not

Parameters

context

The application context

conversationId

Conversation ID.