| Package | Description |
|---|---|
| crossmobile.ios.usernotifications |
| Modifier and Type | Method and Description |
|---|---|
UNNotificationRequest |
UNNotification.request() |
static UNNotificationRequest |
UNNotificationRequest.requestWithIdentifier(String identifier,
UNNotificationContent content,
UNNotificationTrigger trigger) |
| Modifier and Type | Method and Description |
|---|---|
void |
UNUserNotificationCenter.addNotificationRequest(UNNotificationRequest request,
org.robovm.objc.block.VoidBlock1<NSError> completionHandler) |
void |
UNNotificationServiceExtension.didReceiveNotificationRequest(UNNotificationRequest request,
org.robovm.objc.block.VoidBlock1<UNNotificationContent> contentHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
UNUserNotificationCenter.getPendingNotificationRequestsWithCompletionHandler(org.robovm.objc.block.VoidBlock1<List<UNNotificationRequest>> completionHandler) |
Copyright © 2020. All rights reserved.