IOSPush class
Specific iOS Push configuration
Constructors
- IOSPush(AirshipModule module)
Properties
-
Gets the authorized notification settings.
no setter
-
Gets the authorized notification status.
no setter
-
badge
→ Future<
int> -
Gets the badge number on iOS. Badging is not supported for Android.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onAuthorizedSettingsChanged
→ Stream<
IOSAuthorizedNotificationSettingsChangedEvent> -
Gets the authorized settings changed event stream.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
isAutoBadgeEnabled(
) → Future< bool> - Checks if auto-badging is enabled on iOS. Badging is not supported for Android.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetBadge(
) → Future< void> - Clears the badge on iOS. Badging is not supported for Android.
-
setAutoBadgeEnabled(
bool enabled) → Future< void> - Enables or disables auto-badging on iOS. Badging is not supported for Android.
-
setBadge(
int badge) → Future< void> -
Sets the
badge
number on iOS. Badging is not supported for Android. -
setForegroundPresentationOptions(
List< IOSForegroundPresentationOption> options) → Future<void> - Sets the notification options.
-
setNotificationOptions(
List< IOSNotificationOption> options) → Future<void> - Sets the notification options.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited