FileHandlingData
class FileHandlingData
Contains data to be delivered to the launch queue via a Trusted Web Activity. See setFileHandlingData.
Summary
Public constructors |
|---|
FileHandlingData(uris: (Mutable)List<Uri!>)Creates a |
Public functions |
|
|---|---|
java-static FileHandlingData |
fromBundle(bundle: Bundle)Unpacks the object from a |
Bundle |
toBundle()Packs the object into a |
Constants
Public constructors
FileHandlingData
Added in 1.9.0
FileHandlingData(uris: (Mutable)List<Uri!>)
Creates a FileHandlingData with the given parameters.
Public functions
fromBundle
Added in 1.9.0
java-static fun fromBundle(bundle: Bundle): FileHandlingData
Unpacks the object from a Bundle.