FBMediaViewDelegate
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.

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
Metode Instans
mediaViewDidLoad:

Sent when an FBMediaView has been successfully loaded.

ParameterKeterangan
mediaView

An FBMediaView object sending the message.

- (void) mediaViewDidLoad:(nonnull FBMediaView *)mediaView;
Dinyatakan dalam: FBMediaView.h