コード例 #1
0
 void LaunchNotification(string data)
 {
     NotificationCenter.SetLastNotifification(data);
 }
コード例 #2
0
 void PendingNotificationsRequest(string data)
 {
     NotificationCenter.PendingNotificationsRequestResponse(data);
 }
コード例 #3
0
 void AddNotificationRequestEvent(string data)
 {
     NotificationCenter.AddNotificationRequestResponse(data);
 }
コード例 #4
0
 void WillPresentNotification(string data)
 {
     NotificationCenter.WillPresentNotification(data);
 }
コード例 #5
0
 void RequestPermissionsCallbackEvent(string data)
 {
     NotificationCenter.RequestPermissionsResponse(data);
 }