Full-screen video ads. The effect of this ad is to play full-screen videos. The video can be skipped after a certain period of time without having to watch the whole process.
Supported ad sizes: Full screen horizontal screen (aspect ratio 16:9), full screen vertical screen (aspect ratio 9:16). Android does not currently support gravity rotation权限
Template rendering full-screen video ads:Provided by default
SDK renders full-screen video ads: Reclaimed,No longer offer to create
Note: There is no difference between the template rendering full-screen and SDK rendering full-screen ad request methods, only the difference in request parameters.
The setExpressViewAcceptedSize parameter needs to be set in the full-screen video request method of template rendering. The value set is greater than 0.
Method | Description |
setCodeId() | The code ID created by the platform starts with 9 and 9 digits |
setExpressViewAcceptedSize() | Set the size of the requested template creative. Unit: dp Set the value greater than 0 (required for template ads).Only the template needs to be set to render full-screen video. |
setOrientation() |
Note: The template rendering code bit setExpressViewAcceptedSize is required, and the SDK template rendering code bit ID should not be passed.
The access party can call loadFullScreenVideoAd(AdSlot adSlot, @NonNull FullScreenVideoAdListener listener) to asynchronously load the full-screen video ad
Method | Parameter | Description |
Void setFullScreenVideoAdInteractionListener(TTFullScreenVideoAd.FullScreenVideoAdInteractionListener var1) | TTFullScreenVideoAd.FullScreenVideoAdInteractionListener var1 | Method description: Register interactive callback for interstitial ads |
void setDownloadListener(TTAppDownloadListener var1) | TTAppDownloadListener var1 | Method description: download callback of registered advertisement |
int getInteractionType() | No | Method description: get the interactive type of the ad |
@MainThread void showFullScreenVideoAd(Activity var1) | Activity var1 | Method description: display full screen video interface |
void showFullScreenVideoAd(Activity var1, RitScenes var2, String var3) | Activity var1, RitScenes var2, String var3 | Method description: display full screen video interface |
void setShowDownLoadBar(boolean var1) | boolean var1 | Method description: set display download bar |
Map<String, Object> getMediaExtraInfo() | No | Method description: return additional information about the ad |
int getFullVideoAdType() | No | Method description: return the true type of the ad |
long getExpirationTimestamp() | No | Method description: Return the expiration time of the validity period. After this point in time, the advertisement is considered expired. Developers can use this interface to determine the current advertisement and when it expires |
public interface FullScreenVideoAdInteractionListener | No | See FullScreenVideoAdInteractionListener description |
Method | Description |
onAdShow() | Ad display callback |
onAdVideoBarClick() | Advertisement download bar click callback |
onAdClose() | Ad close callback |
onVideoComplete() | Video playback complete callback |
onSkippedVideo() | Skip video playback callback |
Method | Description |
onError() | Advertisement request failed callback The returned error code (code) indicates the reason why the advertisement request failed. For details, please see https://www.csjplatform.com/support/doc/5de4cc6d78c8690012a90aa5?from=ad.oceanengine.com&id=5de4cc6d78c8690012a90aa5 |
onFullScreenVideoAdLoad() | Callback when ad loading is complete |
onFullScreenVideoCached() | Callback for the completion of the local loading of the advertising video, the access party can directly play the local video after this callback |
onFullScreenVideoCached(TTFullScreenVideoAd ad) | The callback for the completion of the local loading of the ad video, the local video can be played directly after the callback, and the parameter object can be used to play directly |
Note: For the smoothness of the advertising video material, it is recommended to call the showFullScreenVideoAd method in the main thread to display the advertisement after the onFullScreenVideoCached method is loaded. Set the advertising object to null in time after displaying the advertisement
Reference Demo
For full-screen video ads, please refer to the FullScreenVideoActivity example in the demo
Online Customer Service24/7 Online Customer Service BotManual customer service, weekdays 10~ 12 o'clock/14~ 19 o'clock