AndroidNotificationCategory class
The available categories for Android notifications.
- Annotations
Constructors
- AndroidNotificationCategory.new(String name)
-
Constructs an instance of AndroidNotificationCategory
with a given
name
of category.const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
- alarm → const AndroidNotificationCategory
- Alarm or timer.
- call → const AndroidNotificationCategory
- Incoming call (voice or video) or similar synchronous communication request.
- email → const AndroidNotificationCategory
- Asynchronous bulk message (email).
- error → const AndroidNotificationCategory
- Error in background operation or authentication status.
- event → const AndroidNotificationCategory
- Calendar event.
- locationSharing → const AndroidNotificationCategory
- Temporarily sharing location.
- message → const AndroidNotificationCategory
- Incoming direct message like SMS and instant message.
- missedCall → const AndroidNotificationCategory
- Missed call.
- Map turn-by-turn navigation.
- progress → const AndroidNotificationCategory
- Progress of a long-running background operation.
- promo → const AndroidNotificationCategory
- Promotion or advertisement.
- recommendation → const AndroidNotificationCategory
- A specific, timely recommendation for a single thing.
- reminder → const AndroidNotificationCategory
- User-scheduled reminder.
- service → const AndroidNotificationCategory
- Indication of running background service.
- Social network or sharing update.
- status → const AndroidNotificationCategory
- Ongoing information about device or contextual status.
- stopwatch → const AndroidNotificationCategory
- Running stopwatch.
- system → const AndroidNotificationCategory
- System or device status update.
- transport → const AndroidNotificationCategory
- Media transport control for playback.
- workout → const AndroidNotificationCategory
- Tracking a user's workout.