FBMediaViewDelegate
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

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
Métodos da instância
mediaViewDidLoad:

Sent when an FBMediaView has been successfully loaded.

ParâmetroDescrição
mediaView

An FBMediaView object sending the message.

- (void) mediaViewDidLoad:(FBMediaView *)mediaView;
Declarado em: FBMediaView.h