storage_dev_e class abstract
@brief Enumeration for storage device types. @since_tizen 3.0
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- STORAGE_DEV_EXT_SDCARD → const int
- < SD card device (external storage)
- STORAGE_DEV_EXT_USB_MASS_STORAGE → const int
- < USB storage device (external storage)
- STORAGE_DEV_EXTENDED_INTERNAL → const int
- < Extended internal storage device (External storage used as internal storage) (Since 4.0)