OverlayManagerTransaction.RegisterFabricatedOverlay(FabricatedOverlay) 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.
Registers the fabricated overlays with the overlay manager so it can be used to overlay the app resources in runtime.
[Android.Runtime.Register("registerFabricatedOverlay", "(Landroid/content/om/FabricatedOverlay;)V", "", ApiSince=34)]
public void RegisterFabricatedOverlay (Android.Content.OM.FabricatedOverlay overlay);
[<Android.Runtime.Register("registerFabricatedOverlay", "(Landroid/content/om/FabricatedOverlay;)V", "", ApiSince=34)>]
member this.RegisterFabricatedOverlay : Android.Content.OM.FabricatedOverlay -> unit
Parameters
- overlay
- FabricatedOverlay
the overlay to register with the overlay manager
- Attributes
Remarks
Registers the fabricated overlays with the overlay manager so it can be used to overlay the app resources in runtime.
If an overlay is re-registered the existing overlay will be replaced by the newly registered overlay. The registered overlay will be left unchanged until the target package or target overlayable is changed.
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.