Base Collection Lifecycle
Represents the lifecycle of a collection.
Since
4.17.0
Entries
The state after the collection is created and before initialize is completed. For GroupChannelCollection, the initialize refers to the first call of GroupChannelCollection.loadMore. For MessageCollection and NotificationCollection, the initialize refers to the MessageCollection.initialize, NotificationCollection.initialize respectively.
The state after the collection initialize has been completed. For GroupChannelCollection, the initialize refers to the first call of GroupChannelCollection.loadMore. For MessageCollection and NotificationCollection, the initialize refers to the MessageCollection.initialize, NotificationCollection.initialize respectively.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.