Permissions enum

Inheritance

Constructors

Permissions()
const

Values

WRITE_CONTACTS → const Permissions
GET_ACCOUNTS → const Permissions
READ_CONTACTS → const Permissions
READ_CALL_LOG → const Permissions
READ_PHONE_STATE → const Permissions
CALL_PHONE → const Permissions
WRITE_CALL_LOG → const Permissions
USE_SIP → const Permissions
PROCESS_OUTGOING_CALLS → const Permissions
ADD_VOICEMAIL → const Permissions
READ_CALENDAR → const Permissions
WRITE_CALENDAR → const Permissions
CAMERA → const Permissions
BODY_SENSORS → const Permissions
ACCESS_FINE_LOCATION → const Permissions
ACCESS_COARSE_LOCATION → const Permissions
READ_EXTERNAL_STORAGE → const Permissions
WRITE_EXTERNAL_STORAGE → const Permissions
RECORD_AUDIO → const Permissions
READ_SMS → const Permissions
RECEIVE_WAP_PUSH → const Permissions
RECEIVE_MMS → const Permissions
RECEIVE_SMS → const Permissions
SEND_SMS → const Permissions

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