C# Class Unity.Platform.IPhone.IPhoneServiceLocator

Inheritance: Unity.Core.System.Service.AbstractServiceLocator
Show file Open project: Appverse/appverse-mobile Class Usage Examples

Public Properties

Property Type Description
APPVERSE_DOCUMENT_PATH string
APPVERSE_DOCUMENT_URI string
APPVERSE_RESOURCE_PATH string
APPVERSE_RESOURCE_URI string
APPVERSE_SERVICE_PATH string
APPVERSE_SERVICE_URI string

Public Methods

Method Description
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

Private Methods

Method Description
IPhoneServiceLocator ( ) : System

Method Details

FinishedLaunching() public static method

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

GetInstance() public static method

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

WebViewLoadingFinished() public static method

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

Property Details

APPVERSE_DOCUMENT_PATH public static property

public static string APPVERSE_DOCUMENT_PATH
return string

APPVERSE_DOCUMENT_URI public static property

public static string APPVERSE_DOCUMENT_URI
return string

APPVERSE_RESOURCE_PATH public static property

public static string APPVERSE_RESOURCE_PATH
return string

APPVERSE_RESOURCE_URI public static property

public static string APPVERSE_RESOURCE_URI
return string

APPVERSE_SERVICE_PATH public static property

public static string APPVERSE_SERVICE_PATH
return string

APPVERSE_SERVICE_URI public static property

public static string APPVERSE_SERVICE_URI
return string