BackDisposition Enum

Definition

Enumerates values returned by several types.

public enum BackDisposition
type BackDisposition = 
Inheritance
BackDisposition

Fields

AdjustNothing 3
Default 0

The back button will close the input window.

WillDismiss 2

This input method will consume the back key.

WillNotDismiss 1

This input method will not consume the back key.

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