onResult

abstract fun onResult(autoAccept: Boolean, e: SendbirdException?)

A callback for when preference of accepting GroupChannel invitation for the current User is got.

Since

3.0.30

Parameters

autoAccept

If true, the current User will join the GroupChannel automatically when the User is invited. Otherwise, the User must accept the invitation to join the GroupChannel.

e

null if no error.