NotificationSettingsWithIOS class

Constructors

NotificationSettingsWithIOS({bool sound = true, bool alert = true, bool badge = true, bool providesAppNotificationSettings = false, bool announcement = false, bool provisional = false, bool carPlay = false})
const

Properties

alert bool
alert
final
announcement bool
announcement
final
badge bool
badge
final
carPlay bool
carPlay
final
hashCode int
The hash code for this object.
no setterinherited
providesAppNotificationSettings bool
providesAppNotificationSettings 从应用外部通知界面进入应用是指 左滑通知->管理->在“某 App”中配置->进入应用 。 从通知设置界面进入应用是指 系统设置->对应应用->“某 App”的通知设置 需要先在授权的时候增加这个选项 JPAuthorizationOptionProvidesAppNotificationSettings
final
provisional bool
provisional
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound bool
sound
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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