SkinRegionMonitoringFilterType

Contents

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

Cases

rssi(threeshold:)

case rssi(threeshold: Int)

proximity(minimumRange:)

case proximity(minimumRange: CLProximity)

SkinType

Contents

public enum SkinType : Int, CustomStringConvertible

Fintiv Skin Type

Cases

compiledSkin

case 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

appSkin

case appSkin = 1

An application skin to apply while outside a beacon or location

locationSkin

case locationSkin = 2

A skin to be applied when inside a geolocation

beaconSkin

case beaconSkin = 3

A skin to be applied while in the range of a beacon

defaultSkin

case defaultSkin = 4 /// remove

A default skin to be applied when no other skin is on the stack

Properties

description
public var description : String

Human readable description of the skin