메소드 | 설명 | |
---|---|---|
DidReceiveRemoteNotification ( UIApplication application, NSDictionary userInfo, Action |
|
|
FailedToRegisterForRemoteNotifications ( UIApplication application, NSError error ) : void |
|
|
RegisteredForRemoteNotifications ( UIApplication application, NSData deviceToken ) : void |
|
메소드 | 설명 | |
---|---|---|
BotClientAppDelegateBase ( ) : System |
|
|
InitNotifications ( |
|
메소드 | 설명 | |
---|---|---|
RegisterForPushNotifications ( string deviceToken ) : System.Threading.Tasks.Task | ||
RegisterForPushNotifications ( ) : void | ||
TryCleaningToastNotificationHistory ( ) : bool |
public DidReceiveRemoteNotification ( UIApplication application, NSDictionary userInfo, Action |
||
application | UIApplication | |
userInfo | NSDictionary | |
completionHandler | Action |
|
리턴 | void |
public FailedToRegisterForRemoteNotifications ( UIApplication application, NSError error ) : void | ||
application | UIApplication | |
error | NSError | |
리턴 | void |
protected InitNotifications ( |
||
endpointRouteDetails | ||
리턴 | void |
public RegisteredForRemoteNotifications ( UIApplication application, NSData deviceToken ) : void | ||
application | UIApplication | |
deviceToken | NSData | |
리턴 | void |