SubmissionPublisher.MaxBufferCapacity Property

Definition

Returns the maximum per-subscriber buffer capacity.

public virtual int MaxBufferCapacity { [Android.Runtime.Register("getMaxBufferCapacity", "()I", "GetGetMaxBufferCapacityHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getMaxBufferCapacity", "()I", "GetGetMaxBufferCapacityHandler", ApiSince=33)>]
member this.MaxBufferCapacity : int

Property Value

the maximum per-subscriber buffer capacity

Attributes

Remarks

Returns the maximum per-subscriber buffer capacity.

Java documentation for java.util.concurrent.SubmissionPublisher.getMaxBufferCapacity().

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