Package com.ft.skinService.beacon

Types

| SkinBeaconScan | class SkinBeaconScan
Copyright © 2019 FinTiv. All rights reserved. |

SkinBeaconScan

class SkinBeaconScan

Copyright © 2019 FinTiv. All rights reserved.

Constructors

| <init> | SkinBeaconScan(context:Context, chameleonViewModel:FTSkinServiceViewModel, skinNotifier:FTSkinNotifier)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| context | val context:Context
application context |

Functions

| onPause | fun onPause():Unit
Stop beacon service |
| onResume | fun onResume():Unit
Start running beacon service |

SkinBeaconRegion

class SkinBeaconRegion

Copyright © 2019 FinTiv. All rights reserved.

Constructors

| <init> | SkinBeaconRegion(uuid:String, rssi:Int, lastSeen:Long)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| lastSeen | var lastSeen:Long
when the beacon was last seen |
| rssi | var rssi:Int
the strength of the beacon’s signal |
| uuid | val uuid:String
the advertisement uuid of the beacon |