Kanda Foundation 0.2.0
Loading...
Searching...
No Matches
IPlatformSettings Interface Reference

Stores app settings about the current platform. More...

+ Inheritance diagram for IPlatformSettings:

Properties

DeploymentEnv DeploymentEnv [get]
 The current deployment environment.
 
bool MockDevice [get]
 If enabled, the app will pretend to be DeviceToMock.
 
PlatformDevice DeviceToMock [get]
 The device to mimic if MockDevice is enabled.
 

Detailed Description

Stores app settings about the current platform.

Property Documentation

◆ DeploymentEnv

DeploymentEnv DeploymentEnv
get

The current deployment environment.

Implemented in PlatformSettings.

◆ DeviceToMock

PlatformDevice DeviceToMock
get

The device to mimic if MockDevice is enabled.

Implemented in PlatformSettings.

◆ MockDevice

bool MockDevice
get

If enabled, the app will pretend to be DeviceToMock.

Implemented in PlatformSettings.


The documentation for this interface was generated from the following file: