Object that has ability of initializing the Platform SDK. This initialization is specifically for the Windows operating system and unity development. You can get more information about the initializing the Platform SDK in our docs.
Member Functions
delegate void UnityLogDelegate
( IntPtr tag,
IntPtr msg )
bool Initialize
( string appId )
Takes a string representing the app ID of the Application for initialization. An invalid app ID will result in a unity exception. Upon success, will return true.
Takes a string representing the app ID of the Application for initialization. This is an asynchronous call and will return a request of type Models.PlatformInitialize.