Platform
Get the platform type on which the game is running:
PlatformType platform = MirraSDK.Platform.Current;
Get the environment type in which the game is running:
DeploymentType deployment = MirraSDK.Platform.Deployment;
Get the unique game identifier on the platform:
string appId = MirraSDK.Platform.AppId;
Share the game:
MirraSDK.Platform.ShareGame("message text");
Rate the game:
MirraSDK.Platform.RateGame();