TvInteractiveAppManager.SendAppLinkCommand(String, Bundle) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Envoie la commande de lien d’application.
[Android.Runtime.Register("sendAppLinkCommand", "(Ljava/lang/String;Landroid/os/Bundle;)V", "", ApiSince=33)]
public void SendAppLinkCommand(string tvIAppServiceId, Android.OS.Bundle command);
[<Android.Runtime.Register("sendAppLinkCommand", "(Ljava/lang/String;Landroid/os/Bundle;)V", "", ApiSince=33)>]
member this.SendAppLinkCommand : string * Android.OS.Bundle -> unit
Paramètres
- tvIAppServiceId
- String
ID du service interactif TV auquel la commande à envoyer. L’ID se trouve dans TvInteractiveAppServiceInfo#getId().
- command
- Bundle
Commande à envoyer.
- Attributs
Remarques
Envoie la commande de lien d’application.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.