다음을 통해 공유


TvInteractiveAppManager.AppLinkInfoList Property

Definition

Returns a list of available app link information.

public System.Collections.Generic.IList<Android.Media.TV.Interactive.AppLinkInfo> AppLinkInfoList { [Android.Runtime.Register("getAppLinkInfoList", "()Ljava/util/List;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getAppLinkInfoList", "()Ljava/util/List;", "", ApiSince=34)>]
member this.AppLinkInfoList : System.Collections.Generic.IList<Android.Media.TV.Interactive.AppLinkInfo>

Property Value

List of AppLinkInfo for each package that deslares its app link information.

Attributes

Remarks

Returns a list of available app link information.

A package must declare its app link info in its manifest using meta-data tag, so the info can be detected by the system.

Java documentation for android.media.tv.interactive.TvInteractiveAppManager.getAppLinkInfoList().

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