Langue

InputManager.RemovePeripheralCustomization Method

Definition

[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
Attributes

Applies to