Ad
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

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

Gói:ads
Phương thức thực thể
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()