Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.clients |
Client API : Client Control Features.
|
Modifier and Type | Method and Description |
---|---|
static ClientControl.SessionPropertiesListener.EventType |
ClientControl.SessionPropertiesListener.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientControl.SessionPropertiesListener.EventType[] |
ClientControl.SessionPropertiesListener.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientControl.SessionPropertiesListener.onSessionEvent(SessionId sessionId,
ClientControl.SessionPropertiesListener.EventType eventType,
Map<String,String> properties,
Map<String,String> previousValues)
Deprecated.
Notification of a session event that can result in a change of
properties.
|
void |
ClientControl.SessionPropertiesListener.Default.onSessionEvent(SessionId sessionId,
ClientControl.SessionPropertiesListener.EventType eventType,
Map<String,String> properties,
Map<String,String> previousValues) |
Copyright © 2022 Push Technology Ltd. All Rights Reserved.