Megosztás a következőn keresztül:


TvInteractiveAppService.OnUnregisterAppLinkInfo(AppLinkInfo) Method

Definition

Called when a request to unregister an Android application link info record is received.

[Android.Runtime.Register("onUnregisterAppLinkInfo", "(Landroid/media/tv/interactive/AppLinkInfo;)V", "GetOnUnregisterAppLinkInfo_Landroid_media_tv_interactive_AppLinkInfo_Handler", ApiSince=33)]
public virtual void OnUnregisterAppLinkInfo (Android.Media.TV.Interactive.AppLinkInfo appLinkInfo);
[<Android.Runtime.Register("onUnregisterAppLinkInfo", "(Landroid/media/tv/interactive/AppLinkInfo;)V", "GetOnUnregisterAppLinkInfo_Landroid_media_tv_interactive_AppLinkInfo_Handler", ApiSince=33)>]
abstract member OnUnregisterAppLinkInfo : Android.Media.TV.Interactive.AppLinkInfo -> unit
override this.OnUnregisterAppLinkInfo : Android.Media.TV.Interactive.AppLinkInfo -> unit

Parameters

appLinkInfo
AppLinkInfo
Attributes

Remarks

Called when a request to unregister an Android application link info record is received.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.onUnregisterAppLinkInfo(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