RenderScript.SendMessage(Int32, Int32[]) Method

Definition

Place a message into the message queue to be sent back to the message handler once all previous commands have been executed.

[Android.Runtime.Register("sendMessage", "(I[I)V", "GetSendMessage_IarrayIHandler")]
public virtual void SendMessage (int id, int[]? data);
[<Android.Runtime.Register("sendMessage", "(I[I)V", "GetSendMessage_IarrayIHandler")>]
abstract member SendMessage : int * int[] -> unit
override this.SendMessage : int * int[] -> unit

Parameters

id
Int32

id

data
Int32[]

data

Attributes

Remarks

Place a message into the message queue to be sent back to the message handler once all previous commands have been executed.

Java documentation for android.renderscript.RenderScript.sendMessage(int, int[]).

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