C# Класс Unity.Platform.IPhone.IPhoneServiceLocator

Наследование: Unity.Core.System.Service.AbstractServiceLocator
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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