LocalNotificationRepeatSettings enum

Set up repeated local PUSH notifications.

ローカルPUSH通知を繰り返す設定。

Inheritance

Constructors

LocalNotificationRepeatSettings()
const

Values

none → const LocalNotificationRepeatSettings

Not to be repeated.

繰り返さない。

daily → const LocalNotificationRepeatSettings

Repeat at the same time every day.

毎日同じ時間に繰り返す。

weekly → const LocalNotificationRepeatSettings

Repeat at the same time on the same day of the week each week.

毎週同じ曜日の同じ時間に繰り返す。

monthly → const LocalNotificationRepeatSettings

Repeat at the same time on the same day each month.

毎月同じ日の同じ時間に繰り返す。

yearly → const LocalNotificationRepeatSettings

Repeat every year in the same month and on the same day at the same time.

毎年同じ月と同じ日の同じ時間に繰り返す。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

values → const List<LocalNotificationRepeatSettings>
A constant List of the values in this enum, in order of their declaration.