TvInteractiveAppManager.SendAppLinkCommand(String, Bundle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
發送應用程式連結指令。
[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
參數
- tvIAppServiceId
- String
指令要傳送到的電視互動服務的識別碼。 該 ID 可在 中找到 TvInteractiveAppServiceInfo#getId()。
- command
- Bundle
要發出的命令。
- 屬性
備註
發送應用程式連結指令。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。