Пример #1
0
 public void CancelLocalNotification(UILocalNotification notification)
 {
     ObjC.MessageSend(Handle, Selector.GetHandle("cancelLocalNotification:"), notification.Handle);
 }
Пример #2
0
 public void ScheduleLocalNotification(UILocalNotification notification)
 {
     ObjC.MessageSend(Handle, Selector.GetHandle("scheduleLocalNotification:"), notification.Handle);
 }
Пример #3
0
 public void PresentLocationNotificationNow(UILocalNotification notification)
 {
     ObjC.MessageSend(Handle, Selector.GetHandle("presentLocalNotificationNow:"), notification.Handle);
 }
Пример #4
0
 public void CancelLocalNotification(UILocalNotification notification)
 {
     ObjC.MessageSend(Handle, Selector.GetHandle("cancelLocalNotification:"), notification.Handle);
 }
Пример #5
0
 public void ScheduleLocalNotification(UILocalNotification notification)
 {
     ObjC.MessageSend(Handle, Selector.GetHandle("scheduleLocalNotification:"), notification.Handle);
 }
Пример #6
0
 public void PresentLocationNotificationNow(UILocalNotification notification)
 {
     ObjC.MessageSend(Handle, Selector.GetHandle("presentLocalNotificationNow:"), notification.Handle);
 }