FBMediaViewDelegate
有此級別的更新版本。前往查看 最新版本。

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
執行個體方法
mediaViewDidLoad:

Sent when an FBMediaView has been successfully loaded.

參數說明
mediaView

An FBMediaView object sending the message.

- (void) mediaViewDidLoad:(nonnull FBMediaView *)mediaView;
宣告於: FBMediaView.h