Class Overview
U2F key handle transports
Summary
Nested Classes |
class |
Transport.UnsupportedTransportException |
Exception thrown when an unsupported or unrecognized transport is encountered. |
Enum Values |
Transport |
BLUETOOTH_CLASSIC |
|
Transport |
BLUETOOTH_LOW_ENERGY |
|
Transport |
NFC |
|
Transport |
USB |
|
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(E arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(E arg0)
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Enum Values
public
static
final
Transport
BLUETOOTH_CLASSIC
public
static
final
Transport
BLUETOOTH_LOW_ENERGY
Public Methods
public
int
describeContents
()
public
static
Transport
fromString
(String value)
public
static
List<Transport>
parseTransports
(JSONArray transports)
Parses a comma-delimited list of transport string values as a List
of Transport
values. Empty and unrecognized values are ignored.
Parameters |
transports |
JSONArray : The JSONArray transports to parse. |
Returns |
List<Transport> |
A list of transport values.
|
public
String
toString
()
public
static
Transport
valueOf
(String name)
public
void
writeToParcel
(Parcel parcel, int flags)
Parameters |
parcel |
Parcel |
flags |
int |