MbmsDownloadSession.AddServiceAnnouncement(Byte[]) Method
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.
Inform the middleware of a service announcement descriptor received from a group communication server.
[Android.Runtime.Register("addServiceAnnouncement", "([B)V", "GetAddServiceAnnouncement_arrayBHandler", ApiSince=31)]
public virtual void AddServiceAnnouncement (byte[] contents);
[<Android.Runtime.Register("addServiceAnnouncement", "([B)V", "GetAddServiceAnnouncement_arrayBHandler", ApiSince=31)>]
abstract member AddServiceAnnouncement : byte[] -> unit
override this.AddServiceAnnouncement : byte[] -> unit
Parameters
- contents
- Byte[]
The contents of the service announcement descriptor received from the
group call server. If the size of this array is greater than the value of
#getMaximumServiceAnnouncementSize(), an
IllegalArgumentException will be thrown.
- Attributes
Remarks
Java documentation for android.telephony.MbmsDownloadSession.addServiceAnnouncement(byte[]).
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.