FilesAccess
Defines the possible states in which the files storage access can be.
FilesAccess.AUDIO_AND_FULL_VISUAL when the app has full access to visual media and audio.
FilesAccess.AUDIO_AND_PARTIAL_VISUAL when the app has partial access to visual media and full access to audio.
FilesAccess.AUDIO when the app has access to audio and no access to visual media.
FilesAccess.FULL_VISUAL when the app has full access to visual media and no access to audio.
FilesAccess.PARTIAL_VISUAL when the app has partial access to visual media and no access to audio.
FilesAccess.DENIED when the app has no access to visual media or audio.
Entries
Properties
Inherited properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.