SurfaceSyncGroup.AddTransaction(SurfaceControl+Transaction) 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.
Adds a transaction to an active synchronization group; applies it immediately when the group has completed.
[Android.Runtime.Register("addTransaction", "(Landroid/view/SurfaceControl$Transaction;)V", "", ApiSince=34)]
public void AddTransaction(Android.Views.SurfaceControl.Transaction transaction);
[<Android.Runtime.Register("addTransaction", "(Landroid/view/SurfaceControl$Transaction;)V", "", ApiSince=34)>]
member this.AddTransaction : Android.Views.SurfaceControl.Transaction -> unit
Parameters
- transaction
- SurfaceControl.Transaction
The transaction to synchronize with the group's other transactions while the group is active. If the group has completed, the transaction is applied immediately.
- Attributes
Remarks
The transaction is synchronized with the group's other transactions only while the group is active. Once the group has completed, Android applies the transaction immediately.