MediaCas.Session.SendSessionEvent(Int32, Int32, Byte[]) Method

Definition

Send a session event to a CA system.

[Android.Runtime.Register("sendSessionEvent", "(II[B)V", "", ApiSince=29)]
public void SendSessionEvent (int e, int arg, byte[]? data);
[<Android.Runtime.Register("sendSessionEvent", "(II[B)V", "", ApiSince=29)>]
member this.SendSessionEvent : int * int * byte[] -> unit

Parameters

e
Int32
arg
Int32

a scheme-specific integer argument for the event.

data
Byte[]

a byte array containing scheme-specific data for the event.

Attributes

Remarks

Send a session event to a CA system. The format of the event is scheme-specific and is opaque to the framework.

Java documentation for android.media.MediaCas.Session.sendSessionEvent(int, int, 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.

Applies to