{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

HostedFile.FileHost

enum HostedFile.FileHost


An enum containing all known storage services.

Summary

Enum Values

EXPORT_PROPERTIES
INTERNAL_USE_ONLY
OUTPUT
TEST_FILE

Public constructors

Public methods

String

The content resolver authority.

boolean

True if writable location, false otherwise.

Enum Values

EXPORT_PROPERTIES

HostedFile.FileHost HostedFile.FileHost.EXPORT_PROPERTIES

INTERNAL_USE_ONLY

HostedFile.FileHost HostedFile.FileHost.INTERNAL_USE_ONLY

OUTPUT

HostedFile.FileHost HostedFile.FileHost.OUTPUT

TEST_FILE

HostedFile.FileHost HostedFile.FileHost.TEST_FILE

Public constructors

FileHost

public final FileHost()

Public methods

getAuthority

public String getAuthority()

The content resolver authority.

isWritable

public boolean isWritable()

True if writable location, false otherwise.