Enum AccountState
Indicates if an IAccount object is signed in or signed out.
Namespace: Unity.PlatformToolkit
Assembly: Unity.PlatformToolkit.dll
Syntax
public enum AccountState
Fields
| Name | Description |
|---|---|
| SignedIn | Indicates that IAccount is signed in. |
| SignedOut | Indicates that IAccount is signed out. |