Contents
rssi(threeshold:)proximity(minimumRange:)public enum SkinRegionMonitoringFilterType
The filter type to use when ranging Skin Beacons
- rssi: filter by signal strength (above signal stregth)
- proximity: filter by Core Location Proximity
rssi(threeshold:)case rssi(threeshold: Int)
proximity(minimumRange:)case proximity(minimumRange: CLProximity)
SkinTypeContents
compiledSkinappSkinlocationSkinbeaconSkindefaultSkindescriptionpublic enum SkinType : Int, CustomStringConvertible
Fintiv Skin Type
compiledSkincase compiledSkin = 0
A skin built by the framework from the application’s compiled appearance as it applies a skin to every ui element for the first time
appSkincase appSkin = 1
An application skin to apply while outside a beacon or location
locationSkincase locationSkin = 2
A skin to be applied when inside a geolocation
beaconSkincase beaconSkin = 3
A skin to be applied while in the range of a beacon
defaultSkincase defaultSkin = 4 /// remove
A default skin to be applied when no other skin is on the stack
descriptionpublic var description : String
Human readable description of the skin