The transport between the authenticator and the client.
Inherited Constant Summary
From interface android.os.Parcelable
| int |
CONTENTS_FILE_DESCRIPTOR |
|
| int |
PARCELABLE_STABILITY_LOCAL |
|
| int |
PARCELABLE_STABILITY_VINTF |
|
| int |
PARCELABLE_WRITE_RETURN_VALUE |
|
Inherited Method Summary
From class java.lang.Enum
|
final Object
|
clone()
|
| final int |
|
| int |
|
| final boolean |
|
| final void |
finalize()
|
|
final Class<Transport>
|
getDeclaringClass()
|
| final int |
hashCode()
|
|
final String
|
name()
|
| final int |
ordinal()
|
|
String
|
toString()
|
|
static <T extends Enum<T>>
T
|
|
From class java.lang.Object
|
Object
|
clone()
|
| boolean |
|
| 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
From interface android.os.Parcelable
| abstract int |
describeContents()
|
| int |
getStability()
|
| abstract void |
writeToParcel( Parcel arg0,
int arg1)
|
Enum Values
public static final Transport
BLUETOOTH_CLASSIC
public static final Transport
BLUETOOTH_LOW_ENERGY
public static final Transport
HYBRID
public static final Transport
INTERNAL
public static final Transport
NFC
public static final Transport
USB