OverlayManager.GetOverlayInfosForTarget(String) 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.
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.