QRCodeSignInMethod

@RequiresCarApi(value = 4)
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

Returns a QRCodeSignInMethod instance.

Public methods

boolean
equals(Object other)
@NonNull 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
public QRCodeSignInMethod(@NonNull Uri uri)

Returns a QRCodeSignInMethod instance.

Parameters
@NonNull Uri uri

the URL to be used in creating a QR Code.

Throws
java.lang.NullPointerException

if url is null

Public methods

equals

Added in 1.4.0-rc02
public boolean equals(Object other)

getUri

Added in 1.1.0
public @NonNull Uri getUri()

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

hashCode

Added in 1.4.0-rc02
public int hashCode()