Transport

public final enum Transport extends Enum<Transport>
implements Parcelable

The transport between the authenticator and the client.

Nested Class Summary

class Transport.UnsupportedTransportException Exception thrown when an unsupported or unrecognized transport is encountered. 

Inherited Constant Summary

Inherited Method Summary

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