SimpleCustomizationAction(SimpleCustomizationActionType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new SimpleCustomizationAction with the specified action type.
[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=37)]
public SimpleCustomizationAction(Android.Hardware.Input.SimpleCustomizationActionType actionType);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=37)>]
new Android.Hardware.Input.SimpleCustomizationAction : Android.Hardware.Input.SimpleCustomizationActionType -> Android.Hardware.Input.SimpleCustomizationAction
Parameters
- actionType
- SimpleCustomizationActionType
The type of action to be performed, such as
#TYPE_SCREEN_CAPTURE.
- Attributes