StreamLink for iOS
8.0.2.287281-045ba3c8
|
Provides information about a subscribed container and the latest changes to its structure. More...
Instance Methods | |
(int) | - size |
Returns the current size of the container in elements. More... | |
(NSArray *) | - addedElements |
Returns an array of the elements (SLContainerElement) that have been added to the container. More... | |
(NSArray *) | - removedElements |
Returns an array of the elements (SLContainerElement) that have been removed from the container. More... | |
(NSArray *) | - reorderedElements |
Returns an array of the elements (SLContainerElement) that have changed position within the container. More... | |
(void) | - updateModel: |
Provides information about a subscribed container and the latest changes to its structure.
- (NSArray * SLContainerDataEvent) addedElements |
Returns an array of the elements (SLContainerElement) that have been added to the container.
- (NSArray * SLContainerDataEvent) removedElements |
Returns an array of the elements (SLContainerElement) that have been removed from the container.
- (NSArray * SLContainerDataEvent) reorderedElements |
Returns an array of the elements (SLContainerElement) that have changed position within the container.
- (int SLContainerDataEvent) size |
Returns the current size of the container in elements.
- (void SLContainerDataEvent) updateModel: | (id< SLContainerModel >) | model |