TvInteractiveAppService.Session.NotifyBiInteractiveAppCreated 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.
Notifies the broadcast-independent(BI) interactive application has been created.
[Android.Runtime.Register("notifyBiInteractiveAppCreated", "(Landroid/net/Uri;Ljava/lang/String;)V", "", ApiSince=33)]
public void NotifyBiInteractiveAppCreated (Android.Net.Uri biIAppUri, string? biIAppId);
[<Android.Runtime.Register("notifyBiInteractiveAppCreated", "(Landroid/net/Uri;Ljava/lang/String;)V", "", ApiSince=33)>]
member this.NotifyBiInteractiveAppCreated : Android.Net.Uri * string -> unit
Parameters
- biIAppUri
- Uri
- biIAppId
- String
BI interactive app ID, which can be used to destroy the BI interactive
app. null
if it's not created successfully.
- Attributes
Remarks
Notifies the broadcast-independent(BI) interactive application has been created.
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.