InputManager.RemovePeripheralCustomization Method
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.
[Android.Runtime.Register("removePeripheralCustomization", "(IILandroid/hardware/input/CustomizationTrigger;)V", "", ApiSince=37)]
[Android.Runtime.RequiresPermission("android.permission.MANAGE_PERIPHERAL_CUSTOMIZATION")]
public void RemovePeripheralCustomization(int vendorId, int productId, Android.Hardware.Input.CustomizationTrigger trigger);
[<Android.Runtime.Register("removePeripheralCustomization", "(IILandroid/hardware/input/CustomizationTrigger;)V", "", ApiSince=37)>]
[<Android.Runtime.RequiresPermission("android.permission.MANAGE_PERIPHERAL_CUSTOMIZATION")>]
member this.RemovePeripheralCustomization : int * int * Android.Hardware.Input.CustomizationTrigger -> unit
Parameters
- vendorId
- Int32
- productId
- Int32
- trigger
- CustomizationTrigger
- Attributes