Language

CarrierConfigManager.KeyMmsMaxNtnPayloadSizeBytesInt Field

Definition

Maximum size in bytes of the PDU to send or download when connected to a non-terrestrial network.

[Android.Runtime.Register("KEY_MMS_MAX_NTN_PAYLOAD_SIZE_BYTES_INT", ApiSince=36)]
public const string KeyMmsMaxNtnPayloadSizeBytesInt;
[<Android.Runtime.Register("KEY_MMS_MAX_NTN_PAYLOAD_SIZE_BYTES_INT", ApiSince=36)>]
val mutable KeyMmsMaxNtnPayloadSizeBytesInt : string

Field Value

Attributes

Remarks

Maximum size in bytes of the PDU to send or download when connected to a non-terrestrial network. MmsService will return a result code of MMS_ERROR_TOO_LARGE_FOR_TRANSPORT if the PDU exceeds this limit when connected to a non-terrestrial network.

Java documentation for android.telephony.CarrierConfigManager.KEY_MMS_MAX_NTN_PAYLOAD_SIZE_BYTES_INT.

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