API reference

RejoinDialogResult Interface

A boolean that indicates the result of GroupPresence.launchRejoinDialog. 'True' indicates that the application will rejoin the dialog, otherwise the application will not rejoin the dialog. Read more about the rejoin dialog.

Signature

interface RejoinDialogResult

Properties

rejoinSelected : Boolean
[Get]
A boolean for if the user has decided to rejoin. This is used in GroupPresence.launchRejoinDialog.
Signature
abstract val rejoinSelected: Boolean