C# 클래스 Unity.Platform.IPhone.IPhoneServiceLocator

상속: Unity.Core.System.Service.AbstractServiceLocator
파일 보기 프로젝트 열기: Appverse/appverse-mobile 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
APPVERSE_DOCUMENT_PATH string
APPVERSE_DOCUMENT_URI string
APPVERSE_RESOURCE_PATH string
APPVERSE_RESOURCE_URI string
APPVERSE_SERVICE_PATH string
APPVERSE_SERVICE_URI string

공개 메소드들

메소드 설명
FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : void
GetInstance ( ) : IServiceLocator

Hides the AbstractServiceLocator class static method by using the keyword new.

WebViewLoadingFinished ( UIApplicationState applicationState, NSDictionary options ) : void

비공개 메소드들

메소드 설명
IPhoneServiceLocator ( ) : System

메소드 상세

FinishedLaunching() 공개 정적인 메소드

public static FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : void
application UIApplication
launchOptions NSDictionary
리턴 void

GetInstance() 공개 정적인 메소드

Hides the AbstractServiceLocator class static method by using the keyword new.
public static GetInstance ( ) : IServiceLocator
리턴 IServiceLocator

WebViewLoadingFinished() 공개 정적인 메소드

public static WebViewLoadingFinished ( UIApplicationState applicationState, NSDictionary options ) : void
applicationState UIApplicationState
options NSDictionary
리턴 void

프로퍼티 상세

APPVERSE_DOCUMENT_PATH 공개적으로 정적으로 프로퍼티

public static string APPVERSE_DOCUMENT_PATH
리턴 string

APPVERSE_DOCUMENT_URI 공개적으로 정적으로 프로퍼티

public static string APPVERSE_DOCUMENT_URI
리턴 string

APPVERSE_RESOURCE_PATH 공개적으로 정적으로 프로퍼티

public static string APPVERSE_RESOURCE_PATH
리턴 string

APPVERSE_RESOURCE_URI 공개적으로 정적으로 프로퍼티

public static string APPVERSE_RESOURCE_URI
리턴 string

APPVERSE_SERVICE_PATH 공개적으로 정적으로 프로퍼티

public static string APPVERSE_SERVICE_PATH
리턴 string

APPVERSE_SERVICE_URI 공개적으로 정적으로 프로퍼티

public static string APPVERSE_SERVICE_URI
리턴 string