Share via


TvInteractiveAppService.OnRegisterAppLinkInfo(AppLinkInfo) Method

Definition

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

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

Parameters

appLinkInfo
AppLinkInfo
Attributes

Remarks

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

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