Interface IPlatformToolkit
Platform Toolkit implementation. Accessed through PlatformToolkit class.
Namespace: Unity.PlatformToolkit
Assembly: Unity.PlatformToolkit.dll
Syntax
public interface IPlatformToolkit
Properties
Accounts
Get the IAccountSystem. Exposed through Accounts.
Declaration
IAccountSystem Accounts { get; }
Property Value
| Type | Description |
|---|---|
| IAccountSystem |
See Also
Capabilities
Get the ICapabilities. Exposed through Capabilities.
Declaration
ICapabilities Capabilities { get; }
Property Value
| Type | Description |
|---|---|
| ICapabilities |
See Also
LocalSavingSystem
Get the local saving system on platforms that support it.
Declaration
ISavingSystem LocalSavingSystem { get; }
Property Value
| Type | Description |
|---|---|
| ISavingSystem |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Thrown when platform does not support the local saving system. |
See Also
Methods
Initialize()
Platform-specific initialization method.
Declaration
Task Initialize()
Returns
| Type | Description |
|---|---|
| Task | Task that returns when completed. |