Package | Description |
---|---|
oracle.wsc.android.session |
Session API.
|
Modifier and Type | Method and Description |
---|---|
SessionState |
WSCSession.getSessionState()
Gets the session state.
|
static SessionState |
SessionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionState[] |
SessionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
WSCSession.Observer.stateChanged(SessionState sessionState)
Session state changes.
|