QRCodeSignInMethod
@RequiresCarApi(value = 4)
@CarProtocol
public final class QRCodeSignInMethod implements SignInTemplate.SignInMethod
A SignInTemplate.SignInMethod that presents a QR Code that the user can use to sign-in.
Summary
Public constructors |
|---|
QRCodeSignInMethod(@NonNull Uri uri)Returns a |
Public methods |
|
|---|---|
boolean |
|
@NonNull Uri |
getUri()Returns the |
int |
hashCode() |
Public constructors
QRCodeSignInMethod
Added in 1.1.0
public QRCodeSignInMethod(@NonNull Uri uri)
Returns a QRCodeSignInMethod instance.
| Throws | |
|---|---|
java.lang.NullPointerException |
if |