AndroidNotificationIconType enum

Inheritance
Implemented types

Values

xxxhdpi → const AndroidNotificationIconType
const AndroidNotificationIconType._(dirName: 'drawable-xxxhdpi', size: 96)
xxhdpi → const AndroidNotificationIconType
const AndroidNotificationIconType._(dirName: 'drawable-xxhdpi', size: 72)
xhdpi → const AndroidNotificationIconType
const AndroidNotificationIconType._(dirName: 'drawable-xhdpi', size: 48)
hdpi → const AndroidNotificationIconType
const AndroidNotificationIconType._(dirName: 'drawable-hdpi', size: 36)
mdpi → const AndroidNotificationIconType
const AndroidNotificationIconType._(dirName: 'drawable-mdpi', size: 24)

Properties

dirName String
アイコンの保存ディレクトリ名
final
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
size int
画像のサイズ
final

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<AndroidNotificationIconType>
A constant List of the values in this enum, in order of their declaration.