ApnsPushConnectorOnly class

Constructors

ApnsPushConnectorOnly()

Properties

hashCode int
The hash code for this object.
no setterinherited
isDisabledByUser ValueNotifier<bool?>
final
onIosSettingsRegistered Stream<IosNotificationSettings>
no setter
providerType String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldPresent WillPresentHandler?
Handler that returns true/false to decide if push alert should be displayed when in foreground. Returning true will delay onMessage callback until user actually clicks on it
getter/setter pair
token ValueNotifier<String?>
final

Methods

configureApns({ApnsMessageHandler? onMessage, ApnsMessageHandler? onLaunch, ApnsMessageHandler? onResume, ApnsMessageHandler? onBackgroundMessage}) → void
Sets up MessageHandler for incoming messages.
dispose() → void
getAuthorizationStatus() Future<ApnsAuthorizationStatus>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestNotificationPermissions([IosNotificationSettings iosSettings = const IosNotificationSettings()]) Future<bool>
setNotificationCategories(List<UNNotificationCategory> categories) Future<void>
https://developer.apple.com/documentation/usernotifications/declaring_your_actionable_notification_types
toString() String
A string representation of this object.
inherited
unregister() Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited