次の方法で共有


TvInteractiveAppManager.UnregisterAppLinkInfo(String, AppLinkInfo) Method

Definition

Unregisters an Android application link info record which can be used to launch the specific Android application by TV interactive App RTE.

[Android.Runtime.Register("unregisterAppLinkInfo", "(Ljava/lang/String;Landroid/media/tv/interactive/AppLinkInfo;)V", "", ApiSince=33)]
public void UnregisterAppLinkInfo (string tvIAppServiceId, Android.Media.TV.Interactive.AppLinkInfo appLinkInfo);
[<Android.Runtime.Register("unregisterAppLinkInfo", "(Ljava/lang/String;Landroid/media/tv/interactive/AppLinkInfo;)V", "", ApiSince=33)>]
member this.UnregisterAppLinkInfo : string * Android.Media.TV.Interactive.AppLinkInfo -> unit

Parameters

tvIAppServiceId
String

The ID of TV interactive service which the command to be sent to. The ID can be found in TvInteractiveAppServiceInfo#getId().

appLinkInfo
AppLinkInfo

The Android application link info record to be unregistered.

Attributes

Remarks

Unregisters an Android application link info record which can be used to launch the specific Android application by TV interactive App RTE.

Java documentation for android.media.tv.interactive.TvInteractiveAppManager.unregisterAppLinkInfo(java.lang.String, android.media.tv.interactive.AppLinkInfo).

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.

Applies to