Uses of Enum Class
com.pushtechnology.diffusion.client.features.control.clients.ClientControl.SessionPropertiesStream.EventType
Packages that use ClientControl.SessionPropertiesStream.EventType
Package
Description
Client API : Client Control Features.
-
Uses of ClientControl.SessionPropertiesStream.EventType in com.pushtechnology.diffusion.client.features.control.clients
Methods in com.pushtechnology.diffusion.client.features.control.clients that return ClientControl.SessionPropertiesStream.EventTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ClientControl.SessionPropertiesStream.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.client.features.control.clients with parameters of type ClientControl.SessionPropertiesStream.EventTypeModifier and TypeMethodDescriptionvoidClientControl.SessionPropertiesStream.Default.onSessionEvent(SessionId sessionId, ClientControl.SessionPropertiesStream.EventType eventType, Map<String, String> properties, Map<String, String> previousValues) voidClientControl.SessionPropertiesStream.onSessionEvent(SessionId sessionId, ClientControl.SessionPropertiesStream.EventType eventType, Map<String, String> properties, Map<String, String> previousValues) Deprecated.Notification of a session event that can result in a change of properties.