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

HostedFile.HostedFileColumn

enum HostedFile.HostedFileColumn


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

Summary

Enum Values

DATA
DISPLAY_NAME
NAME
SIZE
SIZE_2
TYPE

Public constructors

Public functions

Int
String!
java-static Array<String!>!
Class<Any!>!
Int

Enum Values

DATA

val HostedFile.HostedFileColumn.DATAHostedFile.HostedFileColumn

DISPLAY_NAME

val HostedFile.HostedFileColumn.DISPLAY_NAMEHostedFile.HostedFileColumn

NAME

val HostedFile.HostedFileColumn.NAMEHostedFile.HostedFileColumn

SIZE

val HostedFile.HostedFileColumn.SIZEHostedFile.HostedFileColumn

SIZE_2

val HostedFile.HostedFileColumn.SIZE_2HostedFile.HostedFileColumn

TYPE

val HostedFile.HostedFileColumn.TYPEHostedFile.HostedFileColumn

Public constructors

HostedFileColumn

HostedFileColumn()

Public functions

getAndroidType

fun getAndroidType(): Int

getColumnName

fun getColumnName(): String!

getColumnNames

java-static fun getColumnNames(): Array<String!>!

getColumnType

fun getColumnType(): Class<Any!>!

getPosition

fun getPosition(): Int