TvInteractiveAppService.Session.OnCreateBiInteractiveAppRequest 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("onCreateBiInteractiveAppRequest", "(Landroid/net/Uri;Landroid/os/Bundle;)V", "GetOnCreateBiInteractiveAppRequest_Landroid_net_Uri_Landroid_os_Bundle_Handler", ApiSince=33)]
public virtual void OnCreateBiInteractiveAppRequest (Android.Net.Uri biIAppUri, Android.OS.Bundle? params);
[<Android.Runtime.Register("onCreateBiInteractiveAppRequest", "(Landroid/net/Uri;Landroid/os/Bundle;)V", "GetOnCreateBiInteractiveAppRequest_Landroid_net_Uri_Landroid_os_Bundle_Handler", ApiSince=33)>]
abstract member OnCreateBiInteractiveAppRequest : Android.Net.Uri * Android.OS.Bundle -> unit
override this.OnCreateBiInteractiveAppRequest : Android.Net.Uri * Android.OS.Bundle -> unit
Parameters
- biIAppUri
- Uri
- params
- Bundle
- Attributes
Remarks
Creates broadcast-independent(BI) interactive application.
The implementation should call #notifyBiInteractiveAppCreated(Uri, String)
, no matter if it's created successfully or not.
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.