mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
parent
ca14bf6a75
commit
009a20608e
@ -237,7 +237,7 @@ export interface IBeaconDelegate {
|
|||||||
* // Request permission to use location on iOS
|
* // Request permission to use location on iOS
|
||||||
* IBeacon.requestAlwaysAuthorization();
|
* IBeacon.requestAlwaysAuthorization();
|
||||||
* // create a new delegate and register it with the native layer
|
* // create a new delegate and register it with the native layer
|
||||||
* let delegate = IBeacon.IBeaconDelegate();
|
* let delegate = IBeacon.Delegate();
|
||||||
*
|
*
|
||||||
* // Subscribe to some of the delegate's event handlers
|
* // Subscribe to some of the delegate's event handlers
|
||||||
* delegate.didRangeBeaconsInRegion()
|
* delegate.didRangeBeaconsInRegion()
|
||||||
|
Loading…
Reference in New Issue
Block a user