Package ai.nexconn.chat.user.model
Class SubscriptionSyncCompletedEvent
-
- All Implemented Interfaces:
public final class SubscriptionSyncCompletedEventEvent for subscription data sync completion.
-
-
Field Summary
Fields Modifier and Type Field Description private final SubscribeTypetype
-
Constructor Summary
Constructors Constructor Description SubscriptionSyncCompletedEvent(SubscribeType type)
-
Method Summary
Modifier and Type Method Description final SubscribeTypegetType()The subscription type that completed syncing -
-
Constructor Detail
-
SubscriptionSyncCompletedEvent
SubscriptionSyncCompletedEvent(SubscribeType type)
-
-
Method Detail
-
getType
final SubscribeType getType()
The subscription type that completed syncing
-
-
-
-