ISessionService

Service for interacting with the current Session

Properties

bool DisconnectInProgress

Gets a value indicating whether a disconnect operation is in progress.

Methods

UniTask Disconnect(DisconnectSuccess success, ErrorCallback errorCallback)

Attempts to disconnect the user from Emergence. The success callback will fire if successful.

GetQRCode(QRCodeSuccess success, ErrorCallback errorCallback)

Attempts to get the login QR code, it will return the QR code as a texture in the QRCodeSuccess callback.

Last updated