FBMediaViewDelegate
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

The methods declared by the FBMediaViewDelegate protocol allow the adopting delegate to respond to messages from the FBMediaView class and thus respond to operations such as whether the media content has been loaded.

Extends Protocol:NSObject
Declared in:FBMediaView.h
Instance-Methoden
mediaViewDidLoad:

Sent when an FBMediaView has been successfully loaded.

ParameterBeschreibung
mediaView

An FBMediaView object sending the message.

- (void) mediaViewDidLoad:(FBMediaView *)mediaView;
Deklariert in: FBMediaView.h