TvInteractiveAppView.CreateBiInteractiveApp(Uri, Bundle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates broadcast-independent(BI) interactive application.
[Android.Runtime.Register("createBiInteractiveApp", "(Landroid/net/Uri;Landroid/os/Bundle;)V", "GetCreateBiInteractiveApp_Landroid_net_Uri_Landroid_os_Bundle_Handler", ApiSince=33)]
public virtual void CreateBiInteractiveApp (Android.Net.Uri biIAppUri, Android.OS.Bundle? params);
[<Android.Runtime.Register("createBiInteractiveApp", "(Landroid/net/Uri;Landroid/os/Bundle;)V", "GetCreateBiInteractiveApp_Landroid_net_Uri_Landroid_os_Bundle_Handler", ApiSince=33)>]
abstract member CreateBiInteractiveApp : Android.Net.Uri * Android.OS.Bundle -> unit
override this.CreateBiInteractiveApp : Android.Net.Uri * Android.OS.Bundle -> unit
Parameters
- biIAppUri
- Uri
URI associated this BI interactive app.
- params
- Bundle
optional parameters for broadcast-independent interactive application, such as
#BI_INTERACTIVE_APP_KEY_CERTIFICATE
.
- Attributes
Remarks
Creates broadcast-independent(BI) interactive application.
TvInteractiveAppCallback#onBiInteractiveAppCreated(String, Uri, String)
will be called for the result.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.