QRCodeSignInMethod

@RequiresCarApi(value = 4)
class QRCodeSignInMethod : SignInTemplate.SignInMethod


A SignInTemplate.SignInMethod that presents a QR Code that the user can use to sign-in.

Summary

Public constructors

Returns a QRCodeSignInMethod instance.

Public functions

Boolean
equals(other: Any!)
Uri

Returns the Uri to use to create a QR Code to present to the user.

Int

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 url is null

Public functions

equals

Added in 1.4.0-rc02
fun equals(other: Any!): Boolean

getUri

Added in 1.1.0
fun getUri(): Uri

Returns the Uri to use to create a QR Code to present to the user.

hashCode

Added in 1.4.0-rc02
fun hashCode(): Int