OverlayManager.GetOverlayInfosForTarget(String) Method

Definition

Get the related information of overlays for targetPackageName.

[Android.Runtime.Register("getOverlayInfosForTarget", "(Ljava/lang/String;)Ljava/util/List;", "GetGetOverlayInfosForTarget_Ljava_lang_String_Handler", ApiSince=34)]
public virtual System.Collections.Generic.IList<Android.Content.OM.OverlayInfo> GetOverlayInfosForTarget (string targetPackageName);
[<Android.Runtime.Register("getOverlayInfosForTarget", "(Ljava/lang/String;)Ljava/util/List;", "GetGetOverlayInfosForTarget_Ljava_lang_String_Handler", ApiSince=34)>]
abstract member GetOverlayInfosForTarget : string -> System.Collections.Generic.IList<Android.Content.OM.OverlayInfo>
override this.GetOverlayInfosForTarget : string -> System.Collections.Generic.IList<Android.Content.OM.OverlayInfo>

Parameters

targetPackageName
String

the target package name

Returns

a list of overlay information

Attributes

Remarks

Get the related information of overlays for targetPackageName.

Java documentation for android.content.om.OverlayManager.getOverlayInfosForTarget(java.lang.String).

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