C# Class Amazon.Util.Internal.AmazonHookedPlatformInfo

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

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