C# Class Unity.Platform.IPhone.IPhoneServiceLocator

Inheritance: Unity.Core.System.Service.AbstractServiceLocator
Afficher le fichier Open project: Appverse/appverse-mobile Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Méthode Description
IPhoneServiceLocator ( ) : System

Method Details

FinishedLaunching() public static méthode

public static FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : void
application UIApplication
launchOptions NSDictionary
Résultat void

GetInstance() public static méthode

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

WebViewLoadingFinished() public static méthode

public static WebViewLoadingFinished ( UIApplicationState applicationState, NSDictionary options ) : void
applicationState UIApplicationState
options NSDictionary
Résultat void

Property Details

APPVERSE_DOCUMENT_PATH public_oe static_oe property

public static string APPVERSE_DOCUMENT_PATH
Résultat string

APPVERSE_DOCUMENT_URI public_oe static_oe property

public static string APPVERSE_DOCUMENT_URI
Résultat string

APPVERSE_RESOURCE_PATH public_oe static_oe property

public static string APPVERSE_RESOURCE_PATH
Résultat string

APPVERSE_RESOURCE_URI public_oe static_oe property

public static string APPVERSE_RESOURCE_URI
Résultat string

APPVERSE_SERVICE_PATH public_oe static_oe property

public static string APPVERSE_SERVICE_PATH
Résultat string

APPVERSE_SERVICE_URI public_oe static_oe property

public static string APPVERSE_SERVICE_URI
Résultat string