FMIceLinkWebSync4ConnectionCollection Class Reference

Inherits from FMIceLinkConnectionCollection : FMIceLinkCollection : NSObject
Declared in FMIceLinkWebSync4ConnectionCollection.h
FMIceLinkWebSync4ConnectionCollection.m

– add:

Adds a [value](#//api/name/value).
- (bool)add:(FMIceLinkConnection *)value

Parameters

value

The value.

Discussion

Adds a [value](#//api/name/value).

Declared In

FMIceLinkCollection.h

– addSuccess:

Invoked when an element is added to the collection.
- (void)addSuccess:(FMIceLinkConnection *)value

Parameters

value

The value.

Discussion

Invoked when an element is added to the collection.

Declared In

FMIceLinkConnectionCollection.h

– removeSuccess:

Invoked when an element is removed from the collection.
- (void)removeSuccess:(FMIceLinkConnection *)value

Parameters

value

The value.

Discussion

Invoked when an element is removed from the collection.

Declared In

FMIceLinkConnectionCollection.h