Index Hierarchy FBMediaViewDelegate Protocol Reference Conforms to NSObject Declared in FBMediaView.h Overview @protocol @abstract 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. Tasks – mediaViewDidLoad: Instance Methods mediaViewDidLoad: @method - (void)mediaViewDidLoad:(FBMediaView *)mediaView Parameters mediaView An FBMediaView object sending the message. Discussion @abstract Sent when an FBMediaView has been successfully loaded. Declared In FBMediaView.h Index Hierarchy