toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-ui-common
/
io.getstream.chat.android.ui.common.helper.internal
/
StorageHelper
Storage
Helper
class
StorageHelper
Members
Constructors
Storage
Helper
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Attachments
From
Uri
List
Link copied to clipboard
fun
getAttachmentsFromUriList
(
context
:
Context
,
uriList
:
List
<
Uri
>
)
:
List
<
AttachmentMetaData
>
Queries the given list of content URI and returns the parsed metadata.
get
Cached
File
From
Uri
Link copied to clipboard
fun
getCachedFileFromUri
(
context
:
Context
,
attachmentMetaData
:
AttachmentMetaData
)
:
File
?
get
File
Attachments
Link copied to clipboard
fun
getFileAttachments
(
context
:
Context
)
:
List
<
AttachmentMetaData
>
get
Media
Attachments
Link copied to clipboard
fun
getMediaAttachments
(
context
:
Context
)
:
List
<
AttachmentMetaData
>