C# Class Plugin.BLE.BroadcastReceivers.BluetoothStatusBroadcastReceiver

Inheritance: BroadcastReceiver
Afficher le fichier Open project: xabre/xamarin-bluetooth-le Class Usage Examples

Méthodes publiques

Méthode Description
BluetoothStatusBroadcastReceiver ( Action stateChangedHandler ) : System
OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void

Method Details

BluetoothStatusBroadcastReceiver() public méthode

public BluetoothStatusBroadcastReceiver ( Action stateChangedHandler ) : System
stateChangedHandler Action
Résultat System

OnReceive() public méthode

public OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void
context Android.Content.Context
intent Android.Content.Intent
Résultat void