Summary
Extension methods for the usb manager.
- Namespace
- ReactiveUI
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["UsbManagerExtensions"]
class Type type-node
Syntax
public static class UsbManagerExtensions
Methods
Name | Value | Summary |
---|---|---|
PermissionRequested |
IObservable |
Requests temporary permission for the given package to access the accessory.
This may result in a system dialog being displayed to the user if permission had not already been granted.
static
|
PermissionRequested |
IObservable |
Requests temporary permission for the given package to access the device.
This may result in a system dialog being displayed to the user if permission had not already been granted.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|