다음을 통해 공유


TvInteractiveAppManager.RegisterAppLinkInfo(String, AppLinkInfo) 메서드

정의

TV 대화형 앱 RTE에서 특정 Android 애플리케이션을 시작하는 데 사용할 수 있는 Android 애플리케이션 링크 정보 레코드를 등록합니다.

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

매개 변수

tvIAppServiceId
String

명령을 보낼 TV 대화형 서비스의 ID입니다. ID는 .에서 TvInteractiveAppServiceInfo#getId()찾을 수 있습니다.

appLinkInfo
AppLinkInfo

등록할 Android 애플리케이션 링크 정보 레코드입니다.

특성

설명

TV 대화형 앱 RTE에서 특정 Android 애플리케이션을 시작하는 데 사용할 수 있는 Android 애플리케이션 링크 정보 레코드를 등록합니다.

에 대한 android.media.tv.interactive.TvInteractiveAppManager.registerAppLinkInfo(java.lang.String, android.media.tv.interactive.AppLinkInfo)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상