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:(FBMediaView *)mediaView;
정의된 값: FBMediaView.h