CarrierConfigManager.KeyMmsMaxNtnPayloadSizeBytesInt Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.