RSTextureView.Resume Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("resume", "()V", "GetResumeHandler")]
[System.Obsolete("deprecated")]
public virtual void Resume ();
[<Android.Runtime.Register("resume", "()V", "GetResumeHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Resume : unit -> unit
override this.Resume : unit -> unit
Attributes

Remarks

This member is deprecated. in API 16 Inform the view that the activity is resumed. The owner of this view must call this method when the activity is resumed. Calling this method will recreate the OpenGL display and resume the rendering thread. Must not be called before a renderer has been set.

Java documentation for android.renderscript.RSTextureView.resume().

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