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)>]
member this.SuggestedMaxIpcSizeBytes : int

Property Value

Int32
Attributes

Remarks

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