Compartilhar via


SplashScreenView.Remove Method

Definition

Remove this view and release its resource.

[Android.Runtime.Register("remove", "()V", "", ApiSince=31)]
public void Remove ();
[<Android.Runtime.Register("remove", "()V", "", ApiSince=31)>]
member this.Remove : unit -> unit
Attributes

Remarks

Remove this view and release its resource.

<strong>Do not</strong> invoke this method from a drawing method (#onDraw(android.graphics.Canvas) for instance).

Java documentation for android.window.SplashScreenView.remove().

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