API reference
API reference
Select your platform
No SDKs available
No versions available

RejoinDialogResult Class

A boolean that indicates the result of com.meta.horizon.platform.ovr.requests.GroupPresence#launchRejoinDialog(String lobbySessionId, String matchSessionId, String destinationApiName). 'True' indicates that the application will rejoin the dialog, otherwise the application will not rejoin the dialog. Read more about the rejoin dialog.

Constructors

RejoinDialogResult ( ptr )
Signature
com.meta.horizon.platform.ovr.models.RejoinDialogResult.RejoinDialogResult(final long ptr)
Parameters
ptr: final long

Methods

getRejoinSelected ()
A boolean for if the user has decided to rejoin. This is used in com.meta.horizon.platform.ovr.requests.GroupPresence#launchRejoinDialog(String lobbySessionId, String matchSessionId, String destinationApiName).
Signature
boolean com.meta.horizon.platform.ovr.models.RejoinDialogResult.getRejoinSelected()
Returns
boolean  boolean