StreamLink for iOS  8.0.0.233163-35883203
<SLContainerDataEvent > Protocol Reference

Provides information about a subscribed container and the latest changes to its structure. More...

Inheritance diagram for <SLContainerDataEvent >:

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:
 

Detailed Description

Provides information about a subscribed container and the latest changes to its structure.

Method Documentation

- (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

Generated on Tue Apr 23 2024 11:14:03 for StreamLink for iOS