MediaCas.IEventListener.OnPluginStatusUpdate(MediaCas, Int32, Int32) 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.
Notify the listener that the cas plugin status is updated.
[Android.Runtime.Register("onPluginStatusUpdate", "(Landroid/media/MediaCas;II)V", "GetOnPluginStatusUpdate_Landroid_media_MediaCas_IIHandler:Android.Media.MediaCas/IEventListener, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
public virtual void OnPluginStatusUpdate (Android.Media.MediaCas mediaCas, int status, int arg);
[<Android.Runtime.Register("onPluginStatusUpdate", "(Landroid/media/MediaCas;II)V", "GetOnPluginStatusUpdate_Landroid_media_MediaCas_IIHandler:Android.Media.MediaCas/IEventListener, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
abstract member OnPluginStatusUpdate : Android.Media.MediaCas * int * int -> unit
override this.OnPluginStatusUpdate : Android.Media.MediaCas * int * int -> unit
Parameters
- mediaCas
- MediaCas
the MediaCas object to receive this event.
- status
- Int32
the plugin status which is updated.
- arg
- Int32
an integer whose meaning is specific to the status to be updated.
- Attributes
Remarks
Notify the listener that the cas plugin status is updated.
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.