mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
fix(diagnostic): add getBluetoothAuthorizationStatus function (#4398)
This commit is contained in:
parent
755b28e325
commit
c544b43a51
@ -687,6 +687,16 @@ export class Diagnostic extends AwesomeCordovaNativePlugin {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the Bluetooth authorization status of the application on the device.
|
||||||
|
*
|
||||||
|
* @returns {Promise<any>}
|
||||||
|
*/
|
||||||
|
@Cordova({ platforms: ['Android', 'iOS'] })
|
||||||
|
getBluetoothAuthorizationStatus(): Promise<any> {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if the application is authorized to use external storage.
|
* Checks if the application is authorized to use external storage.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user