onInvitationCompleted

abstract fun onInvitationCompleted(    @NonNull conversationId: String,     @Nullable phoneList: List<String>,     @Nullable groupIdList: List<Long>)

Called when the client has successfully invite new recipients

See also

Parameters

phoneList

Added international phone list or null

conversationId

The conversation ID that you are invited to

groupIdList

Added group id list or null