C# 클래스 Unity.Core.WeakDelegateManager

상속: IWeakDelegateManager
파일 보기 프로젝트 열기: Appverse/appverse-mobile

공개 메소드들

메소드 설명
ConfigFileLoadedData ( byte configData ) : void
DidRegisterUserNotificationSettings ( UIApplication application, UIUserNotificationSettings notificationSettings ) : void
FailedToRegisterForRemoteNotifications ( UIApplication application, NSError error ) : void
FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : void
GetConfigFilePath ( ) : string
OnActivated ( UIApplication application ) : void
ReceivedRemoteNotification ( UIApplication application, NSDictionary userInfo ) : void
RegisteredForRemoteNotifications ( UIApplication application, NSData deviceToken ) : void
WebViewLoadingFinished ( UIApplicationState applicationState, NSDictionary options ) : void
WillTerminate ( UIApplication application ) : void

메소드 상세

ConfigFileLoadedData() 공개 메소드

public ConfigFileLoadedData ( byte configData ) : void
configData byte
리턴 void

DidRegisterUserNotificationSettings() 공개 메소드

public DidRegisterUserNotificationSettings ( UIApplication application, UIUserNotificationSettings notificationSettings ) : void
application UIApplication
notificationSettings UIUserNotificationSettings
리턴 void

FailedToRegisterForRemoteNotifications() 공개 메소드

public FailedToRegisterForRemoteNotifications ( UIApplication application, NSError error ) : void
application UIApplication
error NSError
리턴 void

FinishedLaunching() 공개 메소드

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

GetConfigFilePath() 공개 메소드

public GetConfigFilePath ( ) : string
리턴 string

OnActivated() 공개 메소드

public OnActivated ( UIApplication application ) : void
application UIApplication
리턴 void

ReceivedRemoteNotification() 공개 메소드

public ReceivedRemoteNotification ( UIApplication application, NSDictionary userInfo ) : void
application UIApplication
userInfo NSDictionary
리턴 void

RegisteredForRemoteNotifications() 공개 메소드

public RegisteredForRemoteNotifications ( UIApplication application, NSData deviceToken ) : void
application UIApplication
deviceToken NSData
리턴 void

WebViewLoadingFinished() 공개 메소드

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

WillTerminate() 공개 메소드

public WillTerminate ( UIApplication application ) : void
application UIApplication
리턴 void