sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.account
/
IAccountService
IAccount
Service
interface
IAccountService
<
A
:
GigyaAccount
?
>
Inheritors
accountCacheService
Members
Functions
calculate
Diff
Link copied to clipboard
abstract
fun
calculateDiff
(
cachedAccount
:
A
,
updatedAccount
:
A
)
:
Map
<
String
,
Any
>
get
Account
Link copied to clipboard
abstract
fun
getAccount
(
)
:
A
get
Account
Schema
Link copied to clipboard
abstract
fun
getAccountSchema
(
)
:
Class
<
A
>
get
Next
Invalidation
Timestamp
Link copied to clipboard
abstract
fun
getNextInvalidationTimestamp
(
)
:
Long
invalidate
Account
Link copied to clipboard
abstract
fun
invalidateAccount
(
)
is
Cached
Account
Link copied to clipboard
abstract
fun
isCachedAccount
(
)
:
Boolean
next
Account
Invalidation
Timestamp
Link copied to clipboard
abstract
fun
nextAccountInvalidationTimestamp
(
)
set
Account
Link copied to clipboard
abstract
fun
setAccount
(
json
:
String
)
set
Account
Override
Cache
Link copied to clipboard
abstract
fun
setAccountOverrideCache
(
accountOverrideCache
:
Boolean
)
set
Account
Scheme
Link copied to clipboard
abstract
fun
setAccountScheme
(
scheme
:
Class
<
A
>
)