C# Class Amazon.Util.Internal.AmazonHookedPlatformInfo

This class can access hooked platform (iOS, Android etc.) information. For example, locale, make, application version and title.
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
Init ( ) : void

Init this instance. This methods needs to be called from the main thread, Otherwise the values may not be initialized correctly

Private Methods

Method Description
AmazonHookedPlatformInfo ( ) : UnityEngine

Initializes a new instance of the Amazon.Util.Internal.AmazonHookedPlatformInfo class. Provides a way of spoofing thevalues purely for internal testing purposes.

Method Details

Init() public method

Init this instance. This methods needs to be called from the main thread, Otherwise the values may not be initialized correctly
public Init ( ) : void
return void