OverlayInfo.OverlayIdentifier Property
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 unique identifier from the overlay information.
public Android.Content.OM.OverlayIdentifier OverlayIdentifier { [Android.Runtime.Register("getOverlayIdentifier", "()Landroid/content/om/OverlayIdentifier;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getOverlayIdentifier", "()Landroid/content/om/OverlayIdentifier;", "", ApiSince=34)>]
member this.OverlayIdentifier : Android.Content.OM.OverlayIdentifier
Property Value
an identifier representing the current overlay.
- Attributes
Remarks
Get the unique identifier from the overlay information.
The return value of this function can be used to unregister the related overlay.
Java documentation for android.content.om.OverlayInfo.getOverlayIdentifier()
.
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.