Back to Acra

TLS

web/static/javadoc/5.10.1/acra/org.acra.security/-t-l-s/index.html

latest1.7 KB
Original Source

TLS

enum TLS : Enum<TLS>

MembersEntries

Entries

V1

Link copied to clipboard

V1

V1_1

Link copied to clipboard

V1_1

V1_2

Link copied to clipboard

V1_2

V1_3

Link copied to clipboard

V1_3

Properties

id

Link copied to clipboard

val id: String

name

Link copied to clipboard

val name: String

ordinal

Link copied to clipboard

val ordinal: Int

Functions

valueOf

Link copied to clipboard

fun valueOf(value: String): TLS

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

values

Link copied to clipboard

fun values(): Array<TLS>

Returns an array containing the constants of this enum type, in the order they're declared.