TelephonyManager.MaximumCallComposerPictureSize Property

Definition

Indicates the maximum size of the call composure picture.

public static long MaximumCallComposerPictureSize { [Android.Runtime.Register("getMaximumCallComposerPictureSize", "()J", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getMaximumCallComposerPictureSize", "()J", "", ApiSince=31)>]
static member MaximumCallComposerPictureSize : int64

Property Value

Maximum file size in bytes.

Attributes

Remarks

Indicates the maximum size of the call composure picture.

Pictures sent via #uploadCallComposerPicture(InputStream, String, Executor, OutcomeReceiver) or #uploadCallComposerPicture(Path, String, Executor, OutcomeReceiver) must not exceed this size, or an error will be returned via the callback in those methods.

Java documentation for android.telephony.TelephonyManager.getMaximumCallComposerPictureSize().

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