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.session
/
SessionStateHandler
Session
State
Handler
open
class
SessionStateHandler
Members
Constructors
Session
State
Handler
Link copied to clipboard
constructor
(
)
Functions
notify
Session
Expired
Link copied to clipboard
open
fun
notifySessionExpired
(
)
notify
Session
Invalidated
Link copied to clipboard
open
fun
notifySessionInvalidated
(
data
:
Any
)
register
Expiration
Observer
Link copied to clipboard
open
fun
registerExpirationObserver
(
observer
:
SessionStateObserver
)
register
Verification
Observer
Link copied to clipboard
open
fun
registerVerificationObserver
(
observer
:
SessionStateObserver
)
remove
Expiration
Observer
Link copied to clipboard
open
fun
removeExpirationObserver
(
observer
:
SessionStateObserver
)
remove
Verification
Observer
Link copied to clipboard
open
fun
removeVerificationObserver
(
observer
:
SessionStateObserver
)