Window.ClosePanel(Int32) Method

Definition

Closes the panel identified by the feature ID.

[Android.Runtime.Register("closePanel", "(I)V", "GetClosePanel_IHandler")]
public abstract void ClosePanel(int featureId);
[<Android.Runtime.Register("closePanel", "(I)V", "GetClosePanel_IHandler")>]
abstract member ClosePanel : int -> unit

Parameters

featureId
Int32

The System.Int32 value used for feature id.

Attributes

Remarks

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