Package ai.nexconn.chat.user.model
Class SubscriptionChangedOnOtherDevicesEvent
-
- All Implemented Interfaces:
public final class SubscriptionChangedOnOtherDevicesEventEvent for subscription info changes on another device.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<SubscribeChangeEvent>events
-
Constructor Summary
Constructors Constructor Description SubscriptionChangedOnOtherDevicesEvent(List<SubscribeChangeEvent> events)
-
Method Summary
Modifier and Type Method Description final List<SubscribeChangeEvent>getEvents()List of subscription change events -
-
Constructor Detail
-
SubscriptionChangedOnOtherDevicesEvent
SubscriptionChangedOnOtherDevicesEvent(List<SubscribeChangeEvent> events)
-
-
Method Detail
-
getEvents
final List<SubscribeChangeEvent> getEvents()
List of subscription change events
-
-
-
-