UserAccount.GoogleAccount

class UserAccount.GoogleAccount : UserAccount


A Google account associated with a HomeClientWithProvidedAccount.

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Account

Account to be used with HomeClientWithProvidedAccount.

Public constructors

GoogleAccount

GoogleAccount(account: Account)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

account

val accountAccount

Account to be used with HomeClientWithProvidedAccount.