getTemporaryContentUrlsForAttachedMedia
abstract fun getTemporaryContentUrlsForAttachedMedia(listener: CallbackListener<Map<String, String>>): CancellationToken
Content copied to clipboard
Get content URLs for all attached media returned by getAttachedMedia using single network request.
Return
CancellationToken which allows to cancel network request.
Parameters
listener
Listener to receive Map of mediaSID to content temporary URL.