TvInteractiveAppService.OnUnregisterAppLinkInfo(AppLinkInfo) 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.
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.
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.