Language

InputManager.RemoveAllPeripheralCustomizations(Int32, Int32) Method

Definition

[Android.Runtime.Register("removeAllPeripheralCustomizations", "(II)V", "", ApiSince=37)]
[Android.Runtime.RequiresPermission("android.permission.MANAGE_PERIPHERAL_CUSTOMIZATION")]
public void RemoveAllPeripheralCustomizations(int vendorId, int productId);
[<Android.Runtime.Register("removeAllPeripheralCustomizations", "(II)V", "", ApiSince=37)>]
[<Android.Runtime.RequiresPermission("android.permission.MANAGE_PERIPHERAL_CUSTOMIZATION")>]
member this.RemoveAllPeripheralCustomizations : int * int -> unit

Parameters

vendorId
Int32
productId
Int32
Attributes

Applies to