C# 클래스 Amazon.Util.Internal.AmazonHookedPlatformInfo

This class can access hooked platform (iOS, Android etc.) information. For example, locale, make, application version and title.
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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