MbmsErrors.DownloadErrors.ErrorMalformedServiceAnnouncement 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.
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.
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.