Foundation API Reference
Foundation API Reference
/
io.esper.foundationsdk.credentials
/
CertUsageType
Cert
Usage
Type
public
enum
CertUsageType
implements
Parcelable
Entries
Functions
Properties
Entries
WIFI
Link copied to clipboard
WIFI
ETHERNET
Link copied to clipboard
ETHERNET
SYSTEM
Link copied to clipboard
SYSTEM
Properties
CREATOR
Link copied to clipboard
public
final
static
Parcelable.Creator
<
CertUsageType
>
CREATOR
Functions
describe
Contents
Link copied to clipboard
public
int
describeContents
(
)
value
Of
Link copied to clipboard
public
static
CertUsageType
valueOf
(
String
name
)
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
public
static
Array
<
CertUsageType
>
values
(
)
Returns an array containing the constants of this enum type, in the order they're declared.
write
To
Parcel
Link copied to clipboard
public
void
writeToParcel
(
Parcel
dest
,
int flags
)