MbmsErrors.DownloadErrors.ErrorMalformedServiceAnnouncement Field

Definition

Indicates that the service announcement descriptor passed via android.telephony.MbmsDownloadSession#addServiceAnnouncement(byte[]) is malformed.

[Android.Runtime.Register("ERROR_MALFORMED_SERVICE_ANNOUNCEMENT", ApiSince=31)]
public const int ErrorMalformedServiceAnnouncement = 404;
[<Android.Runtime.Register("ERROR_MALFORMED_SERVICE_ANNOUNCEMENT", ApiSince=31)>]
val mutable ErrorMalformedServiceAnnouncement : int

Field Value

Value = 404
Attributes

Remarks

Indicates that the service announcement descriptor passed via android.telephony.MbmsDownloadSession#addServiceAnnouncement(byte[]) is malformed.

Java documentation for android.telephony.mbms.MbmsErrors.DownloadErrors.ERROR_MALFORMED_SERVICE_ANNOUNCEMENT.

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