Crate tauri_plugin_android_fs

Source
Expand description

Overview and usage is here

Structs§

AndroidFs
Root API
FileUri
Path to represent a file or directory.
PrivateStorage
API of file storage intended for the app’s use only.
PublicStorage
API of file storage that is available to other applications and users.
Size

Enums§

DecodeOption
Entry
Error
FileAccessMode
Access mode
InitialLocation
PersistableAccessMode
Access mode
PersistedUriPermission
PrivateDir
The application specific directory.
PublicAudioDir
Directory in which to place audios that are available to other applications and users.
PublicDir
PublicGeneralPurposeDir
Directory in which to place files that are available to other applications and users.
PublicImageDir
Directory in which to place images that are available to other applications and users.
PublicVideoDir
Directory in which to place videos that are available to other applications and users.
VisualMediaTarget
Filters for VisualMediaPicker.

Traits§

AndroidFsExt

Functions§

init
Initializes the plugin.

Type Aliases§

Result