MbmsStreamingSession.RequestUpdateStreamingServices 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.
An inspection API to retrieve the list of streaming media currently be advertised.
[Android.Runtime.Register("requestUpdateStreamingServices", "(Ljava/util/List;)V", "GetRequestUpdateStreamingServices_Ljava_util_List_Handler", ApiSince=28)]
public virtual void RequestUpdateStreamingServices (System.Collections.Generic.IList<string>? serviceClassList);
[<Android.Runtime.Register("requestUpdateStreamingServices", "(Ljava/util/List;)V", "GetRequestUpdateStreamingServices_Ljava_util_List_Handler", ApiSince=28)>]
abstract member RequestUpdateStreamingServices : System.Collections.Generic.IList<string> -> unit
override this.RequestUpdateStreamingServices : System.Collections.Generic.IList<string> -> unit
Parameters
A list of streaming service classes that the app would like updates on. The exact names of these classes should be negotiated with the wireless carrier separately.
- Attributes
Remarks
An inspection API to retrieve the list of streaming media currently be advertised. The results are returned asynchronously via MbmsStreamingSessionCallback#onStreamingServicesUpdated(List)
on the callback provided upon creation.
Multiple calls replace the list of service classes of interest.
May throw an IllegalArgumentException
or an IllegalStateException
.
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.