A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Z
S
- SD_CARD - enum entry in com.anggrayudi.storage.file.StorageType
- search(DocumentFile,Boolean,DocumentFileType,Array,String,Regex) - function in com.anggrayudi.storage.file.DocumentFileUtils
- search(DocumentFile,Boolean,DocumentFileType,Array,String) - function in com.anggrayudi.storage.file.DocumentFileUtils
- search(DocumentFile,Boolean,DocumentFileType,Array) - function in com.anggrayudi.storage.file.DocumentFileUtils
- search(DocumentFile,Boolean,DocumentFileType) - function in com.anggrayudi.storage.file.DocumentFileUtils
- search(DocumentFile,Boolean) - function in com.anggrayudi.storage.file.DocumentFileUtils
- search(DocumentFile) - function in com.anggrayudi.storage.file.DocumentFileUtils
- setAbsolutePath(String) - function in com.anggrayudi.storage.file.FileFullPath
- setAccessCallback(MediaFile.AccessCallback) - function in com.anggrayudi.storage.media.MediaFile
- Only useful for Android 10 and higher.
- setCreateFileCallback(CreateFileCallback) - function in com.anggrayudi.storage.SimpleStorage
- setEmptyFiles(Integer) - function in com.anggrayudi.storage.file.FileProperties
- setEmptyFolders(Integer) - function in com.anggrayudi.storage.file.FileProperties
- setFilePickerCallback(FilePickerCallback) - function in com.anggrayudi.storage.SimpleStorage
- setFileReceiverCallback(FileReceiverCallback) - function in com.anggrayudi.storage.SimpleStorage
- setFiles(Integer) - function in com.anggrayudi.storage.file.FileProperties
- setFolderPickerCallback(FolderPickerCallback) - function in com.anggrayudi.storage.SimpleStorage
- setFolders(Integer) - function in com.anggrayudi.storage.file.FileProperties
- setIsFolder(Boolean) - function in com.anggrayudi.storage.file.FileProperties
- setIsPending(Boolean) - function in com.anggrayudi.storage.media.MediaFile
- setIsVirtual(Boolean) - function in com.anggrayudi.storage.file.FileProperties
- setLastModified(Date) - function in com.anggrayudi.storage.file.FileProperties
- setLength(Long) - function in com.anggrayudi.storage.media.MediaFile
- setLocation(String) - function in com.anggrayudi.storage.file.FileProperties
- setName(String) - function in com.anggrayudi.storage.file.FileProperties
- setName(String) - function in com.anggrayudi.storage.media.FileDescription
- setOnFileCreated(Function2) - function in com.anggrayudi.storage.SimpleStorageHelper
- setOnFileReceived(SimpleStorageHelper.OnFileReceived) - function in com.anggrayudi.storage.SimpleStorageHelper
- setOnFileSelected(Function2) - function in com.anggrayudi.storage.SimpleStorageHelper
- setOnFolderSelected(Function2) - function in com.anggrayudi.storage.SimpleStorageHelper
- setOnStorageAccessGranted(Function2) - function in com.anggrayudi.storage.SimpleStorageHelper
- setRequestCodeCreateFile(Integer) - function in com.anggrayudi.storage.SimpleStorage
- setRequestCodeFilePicker(Integer) - function in com.anggrayudi.storage.SimpleStorage
- setRequestCodeFolderPicker(Integer) - function in com.anggrayudi.storage.SimpleStorage
- setRequestCodeStorageAccess(Integer) - function in com.anggrayudi.storage.SimpleStorage
- setSimplePath(String) - function in com.anggrayudi.storage.file.FileFullPath
- setSize(Long) - function in com.anggrayudi.storage.file.FileProperties
- setSolution(FileCallback.ConflictResolution) - function in com.anggrayudi.storage.callback.FolderCallback.FileConflict
- setSolution(FolderCallback.ConflictResolution) - function in com.anggrayudi.storage.callback.MultipleFileCallback.ParentConflict
- setStorageAccessCallback(StorageAccessCallback) - function in com.anggrayudi.storage.SimpleStorage
- setSubFolder(String) - function in com.anggrayudi.storage.media.FileDescription
- setUiScope(CoroutineScope) - function in com.anggrayudi.storage.callback.BaseFileCallback
- setUiScope(CoroutineScope) - function in com.anggrayudi.storage.callback.FileCallback
- setUiScope(CoroutineScope) - function in com.anggrayudi.storage.callback.FileConflictCallback
- setUiScope(CoroutineScope) - function in com.anggrayudi.storage.callback.FolderCallback
- setUiScope(CoroutineScope) - function in com.anggrayudi.storage.callback.MultipleFileCallback
- setUiScope(CoroutineScope) - function in com.anggrayudi.storage.callback.ZipCompressionCallback
- setUiScope(CoroutineScope) - function in com.anggrayudi.storage.callback.ZipDecompressionCallback
- setUiScope(CoroutineScope) - function in com.anggrayudi.storage.file.FileProperties.CalculationCallback
- shouldWritable(DocumentFile,Context,Boolean) - function in com.anggrayudi.storage.file.DocumentFileUtils
- shouldWritable(File,Context,Boolean) - function in com.anggrayudi.storage.file.FileUtils
- SimpleStorage - class in com.anggrayudi.storage
- SimpleStorage.Companion - class in com.anggrayudi.storage.SimpleStorage
- SimpleStorageHelper - class in com.anggrayudi.storage
- Helper class to ease you using file & folder picker.
- SimpleStorageHelper.Companion - class in com.anggrayudi.storage.SimpleStorageHelper
- SimpleStorageHelper.OnFileReceived - class in com.anggrayudi.storage.SimpleStorageHelper
- SKIP - enum entry in com.anggrayudi.storage.callback.FileCallback.ConflictResolution
Cancel copy/move.
- SKIP - enum entry in com.anggrayudi.storage.callback.FolderCallback.ConflictResolution
Cancel copy/move.
- SKIP_IF_EXISTS - enum entry in com.anggrayudi.storage.file.CreateMode
If the file already exists, then return null.
- SOURCE_FILE_NOT_FOUND - enum entry in com.anggrayudi.storage.callback.FileCallback.ErrorCode
- SOURCE_FILE_NOT_FOUND - enum entry in com.anggrayudi.storage.callback.FolderCallback.ErrorCode
- SOURCE_FILE_NOT_FOUND - enum entry in com.anggrayudi.storage.callback.MultipleFileCallback.ErrorCode
- SOURCE_FOLDER_NOT_FOUND - enum entry in com.anggrayudi.storage.callback.FolderCallback.ErrorCode
- startActivityForResultSafely(Activity,Integer,Intent) - function in com.anggrayudi.storage.extension.ContextUtils
- startActivitySafely(Context,Intent) - function in com.anggrayudi.storage.extension.ContextUtils
- startCoroutineTimer(Long,Long,Boolean,Function0) - function in com.anggrayudi.storage.extension.CoroutineExtKt
- STORAGE_PERMISSION_DENIED - enum entry in com.anggrayudi.storage.callback.FileCallback.ErrorCode
- STORAGE_PERMISSION_DENIED - enum entry in com.anggrayudi.storage.callback.FolderCallback.ErrorCode
- STORAGE_PERMISSION_DENIED - enum entry in com.anggrayudi.storage.callback.MultipleFileCallback.ErrorCode
- STORAGE_PERMISSION_DENIED - enum entry in com.anggrayudi.storage.callback.ZipCompressionCallback.ErrorCode
- STORAGE_PERMISSION_DENIED - enum entry in com.anggrayudi.storage.callback.ZipDecompressionCallback.ErrorCode
- StorageAccessCallback - class in com.anggrayudi.storage.callback
- StorageId - class in com.anggrayudi.storage.file
- Created on 03/06/21
- StorageType - class in com.anggrayudi.storage.file
- Created on 17/08/20
- StorageType.Companion - class in com.anggrayudi.storage.file.StorageType