Ad
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Ad interface is a common interface implemented by all Facebook ad controls.

패키지:ads
인스턴스 메서드
loadAd()

Loads an ad.

This method always returns immediately. The ad is loaded asynchronously. The control's ad listener will be called when loading finishes or fails.

public void loadAd()
destroy()

Destroys the ad control.

This method should be called when the hosting activity of the ad control is destroyed.

public void destroy()
getPlacementId()

Get the placementId for this ad.

public String getPlacementId()
Returns
PlacementId String representing the placementId for this ad.