Share via


TestLooperManager.IsBlockedOnSyncBarrier Property

Definition

Checks whether the Looper is currently blocked on a sync barrier.

public virtual bool IsBlockedOnSyncBarrier { [Android.Runtime.Register("isBlockedOnSyncBarrier", "()Z", "GetIsBlockedOnSyncBarrierHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isBlockedOnSyncBarrier", "()Z", "GetIsBlockedOnSyncBarrierHandler", ApiSince=36)>]
member this.IsBlockedOnSyncBarrier : bool

Property Value

Attributes

Remarks

Checks whether the Looper is currently blocked on a sync barrier.

Java documentation for android.os.TestLooperManager.isBlockedOnSyncBarrier().

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.

Applies to