Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeus64 committed Aug 16, 2017
1 parent 67eb64d commit 3882933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified lib/jar/alcinoe/alcinoe.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions source/ALIosUserNotificationsApi.pas
Original file line number Diff line number Diff line change
Expand Up @@ -514,16 +514,16 @@ //TUNLocationNotificationTrigger = class (TOCGenericImport<UNLocationNotificat
// - (void)removePendingNotificationRequestsWithIdentifiers:(NSArray<NSString *> *)identifiers;
// - (void)removeAllPendingNotificationRequests;
// procedure getPendingNotificationRequestsWithCompletionHandler(completionHandler: TUserNotificationsCompletionHandler3); cdecl;
// procedure removePendingNotificationRequestsWithIdentifiers(identifiers: NSArray); cdecl;
// procedure removeAllPendingNotificationRequests; cdecl;
procedure removePendingNotificationRequestsWithIdentifiers(identifiers: NSArray); cdecl;
procedure removeAllPendingNotificationRequests; cdecl;

// Notifications that have been delivered and remain in Notification Center. Notifiations triggered by location cannot be retrieved, but can be removed.
// - (void)getDeliveredNotificationsWithCompletionHandler:(void(^)(NSArray<UNNotification *> *notifications))completionHandler __TVOS_PROHIBITED;
// - (void)removeDeliveredNotificationsWithIdentifiers:(NSArray<NSString *> *)identifiers __TVOS_PROHIBITED;
// - (void)removeAllDeliveredNotifications __TVOS_PROHIBITED;
// procedure getDeliveredNotificationsWithCompletionHandler(completionHandler: TUserNotificationsCompletionHandler3); cdecl;
// procedure removeDeliveredNotificationsWithIdentifiers(identifiers: NSArray); cdecl;
// procedure removeAllDeliveredNotifications; cdecl;
procedure removeDeliveredNotificationsWithIdentifiers(identifiers: NSArray); cdecl;
procedure removeAllDeliveredNotifications; cdecl;

end;
TUNUserNotificationCenter = class (TOCGenericImport<UNUserNotificationCenterClass, UNUserNotificationCenter>) end;
Expand Down

0 comments on commit 3882933

Please sign in to comment.