Package | Description |
---|---|
com.pushtechnology.diffusion.client.session |
Client API : Sessions.
|
Modifier and Type | Method and Description |
---|---|
Session.State |
Session.getState()
Returns the current state of the session.
|
static Session.State |
Session.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.State[] |
Session.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.Listener.onSessionStateChanged(Session session,
Session.State oldState,
Session.State newState)
Called whenever the state of a session changes.
|
void |
Session.Listener.Default.onSessionStateChanged(Session session,
Session.State oldState,
Session.State newState) |
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.