FMIceLinkRemoteMediaCollection Class Reference
| Inherits from | FMIceLinkCollection : NSObject | 
|---|---|
| Conforms to | * FMIceLinkRemoteMedia FMIceLinkRemoteMediaCollection  | 
| Declared in | FMIceLinkRemoteMediaCollection.h FMIceLinkRemoteMediaCollection.m  | 
– addSuccess:
	
Invoked when an element is added to the collection.
			- (void)addSuccess:(FMIceLinkRemoteMedia *)valueParameters
value | 
						The value.  | 
					
|---|
Discussion
Invoked when an element is added to the collection.
			Declared In
FMIceLinkRemoteMediaCollection.h
– arrayFromList:
	
Creates an array from a list.
			- (NSMutableArray *)arrayFromList:(NSMutableArray *)listParameters
list | 
						The list.  | 
					
|---|
Discussion
Creates an array from a list.
			Declared In
FMIceLinkRemoteMediaCollection.h
– createCollection
	
Creates a collection.
			- (FMIceLinkRemoteMediaCollection *)createCollectionDiscussion
Creates a collection.
			Declared In
FMIceLinkRemoteMediaCollection.h
– getById:
	
Gets a media by ID.
			- (FMIceLinkRemoteMedia *)getById:(NSString *)idValueParameters
idValue | 
						The identifier.  | 
					
|---|
Discussion
Gets a media by ID.
			Declared In
FMIceLinkRemoteMediaCollection.h
– removeSuccess:
	
Invoked when an element is removed from the collection.
			- (void)removeSuccess:(FMIceLinkRemoteMedia *)valueParameters
value | 
						The value.  | 
					
|---|
Discussion
Invoked when an element is removed from the collection.
			Declared In
FMIceLinkRemoteMediaCollection.h