InputManager.RemovePeripheralCustomization 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[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
參數
- vendorId
- Int32
- productId
- Int32
- trigger
- CustomizationTrigger
- 屬性