QRCodeSignInMethod
@RequiresCarApi(value = 4)
@CarProtocol
class QRCodeSignInMethod : SignInTemplate.SignInMethod
A SignInTemplate.SignInMethod that presents a QR Code that the user can use to sign-in.
Summary
Public constructors |
|---|
QRCodeSignInMethod(uri: Uri)Returns a |
Public functions |
|
|---|---|
Boolean |
|
Uri |
getUri()Returns the |
Int |
hashCode() |
Public constructors
QRCodeSignInMethod
Added in 1.1.0
QRCodeSignInMethod(uri: Uri)
Returns a QRCodeSignInMethod instance.
| Parameters | |
|---|---|
uri: Uri |
the URL to be used in creating a QR Code. |
| Throws | |
|---|---|
java.lang.NullPointerException |
if |