ApplicationCategory enum

A category provided by the system (Only supported with Android 26+) https://developer.android.com/reference/kotlin/android/content/pm/ApplicationInfo

Inheritance

Constructors

ApplicationCategory()
const

Values

audio → const ApplicationCategory

Category for apps which primarily work with audio or music, such as music players.

game → const ApplicationCategory

Category for apps which are primarily games.

image → const ApplicationCategory

Category for apps which primarily work with images or photos, such as camera or gallery apps.

maps → const ApplicationCategory

Category for apps which are primarily maps apps, such as navigation apps.

news → const ApplicationCategory

Category for apps which are primarily news apps, such as newspapers, magazines, or sports apps.

productivity → const ApplicationCategory

Category for apps which are primarily productivity apps, such as cloud storage or workplace apps.

social → const ApplicationCategory

Category for apps which are primarily social apps, such as messaging, communication, email, or social network apps.

video → const ApplicationCategory

Category for apps which primarily work with video or movies, such as streaming video apps.

undefined → const ApplicationCategory

Value when category is undefined.

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