简体   繁体   English

在RAF(Roku广告框架)中隐藏底线

[英]Hide bottom line in RAF (Roku Advertising Framework)

I am creating my own channel for Roku and use RAF for ads, before starting ads show loading bar and text "Your program will begin after this message" i want to Remove this message and loading bar. 我正在为Roku创建自己的频道并使用RAF投放广告,然后再开始显示加载栏和文字“您的程序将在此消息后开始”之前开始广告,我想删除此消息并加载栏。 How to add custom text and loader for ads? 如何为广告添加自定义文字和加载程序?

以下列出了您可以在RAF的缓冲屏幕中自定义的所有内容: https : //sdkdocs.roku.com/display/sdkdoc/Roku+Advertising+Framework#RokuAdvertisingFramework-BufferScreenCustomization

You can do this with: 您可以执行以下操作:

adIface.enableAdBufferMessaging(false,false)

The first argument is enableMsg and it's used to enable/disable adBuffering Screen message. 第一个参数是enableMsg,用于启用/禁用adBuffering Screen消息。 The second argument is enableProgressBar and it's used to enable/disable progress Bar on adBuffering Screen. 第二个参数是enableProgressBar,用于在adBuffering屏幕上启用/禁用进度条。

More info on this here . 在此更多信息在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM