コード例 #1
0
 public static void RecordNotificationReceived(Intent message)
 {
     CurrentInstance.RecordNotificationReceived(message);
 }
コード例 #2
0
 public static void RecordNotificationReceived(UILocalNotification message)
 {
     CurrentInstance.RecordNotificationReceived(message);
 }