Class AuthorizationChangedEventArgs
Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
An extended EventArgs class contains the authorization state and the address of the remote Bluetooth device.
public class AuthorizationChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceAuthorization
The authorization.
Declaration
public BluetoothAuthorizationType Authorization { get; }
Property Value
Type | Description |
---|---|
BluetoothAuthorizationType |
API Level: 3
View SourceDeviceAddress
The device address.
Declaration
public string DeviceAddress { get; }
Property Value
Type | Description |
---|---|
String |