IBinder.SuggestedMaxIpcSizeBytes Property

Definition

Limit that should be placed on IPC sizes, in bytes, to keep them safely under the transaction buffer limit.

public static int SuggestedMaxIpcSizeBytes { [Android.Runtime.Register("getSuggestedMaxIpcSizeBytes", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getSuggestedMaxIpcSizeBytes", "()I", "", ApiSince=30)>]
static member SuggestedMaxIpcSizeBytes : int

Property Value

Attributes

Remarks

Limit that should be placed on IPC sizes, in bytes, to keep them safely under the transaction buffer limit.

Java documentation for android.os.IBinder.getSuggestedMaxIpcSizeBytes().

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