@ExperimentalTestApi
class HostedFile


Constants to access hosted file data and convenience methods for building Uris.

Summary

Nested types

An enum containing all known storage services.

Enum used to indicate whether a file is a directory or regular file.

An enum of the columns returned by the hosted file service.

Public functions

java-static Uri!
buildUri(host: HostedFile.FileHost!, fileName: String!)
java-static File!

Public functions

buildUri

java-static fun buildUri(host: HostedFile.FileHost!, fileName: String!): Uri!

getRootDirectory

java-static fun getRootDirectory(): File!