Language

SurfaceSyncGroup.AddTransaction(SurfaceControl+Transaction) Method

Definition

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.

Applies to