OverlayManager.Commit(OverlayManagerTransaction) 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.
Commit the overlay manager transaction.
[Android.Runtime.Register("commit", "(Landroid/content/om/OverlayManagerTransaction;)V", "GetCommit_Landroid_content_om_OverlayManagerTransaction_Handler", ApiSince=34)]
public virtual void Commit (Android.Content.OM.OverlayManagerTransaction transaction);
[<Android.Runtime.Register("commit", "(Landroid/content/om/OverlayManagerTransaction;)V", "GetCommit_Landroid_content_om_OverlayManagerTransaction_Handler", ApiSince=34)>]
abstract member Commit : Android.Content.OM.OverlayManagerTransaction -> unit
override this.Commit : Android.Content.OM.OverlayManagerTransaction -> unit
Parameters
- transaction
- OverlayManagerTransaction
the series of overlay related requests to perform
- Attributes
Remarks
Commit the overlay manager transaction.
Applications can register overlays and unregister the registered overlays in an atomic operation via OverlayManagerTransaction
.
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.