BaseCollectionLifecycle

Represents the lifecycle of a collection.

Since

4.17.0

Entries

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The state after the collection has been disposed.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.