C# Класс Amazon.Util.Internal.AmazonHookedPlatformInfo

This class can access hooked platform (iOS, Android etc.) information. For example, locale, make, application version and title.
Показать файл Открыть проект

Открытые методы

Метод Описание
Init ( ) : void

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

Приватные методы

Метод Описание
AmazonHookedPlatformInfo ( ) : UnityEngine

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

Описание методов

Init() публичный Метод

Init this instance. This methods needs to be called from the main thread, Otherwise the values may not be initialized correctly
public Init ( ) : void
Результат void