Class EMSLogoutB
Simple class handling logging out from the EMS, hence removing access to authenticated-level features.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
EMSLogoutB
Namespace: Appearition.Example
Assembly: Assembly-CSharp.dll
Syntax
public class EMSLogoutB : MonoBehaviour
Methods
Logout(Action<Boolean>)
Declaration
public void Logout(Action<bool> callback)
Parameters
Type | Name | Description |
---|---|---|
System.Action<System.Boolean> | callback |