SCLFlicButtonConnectionState
enum SCLFlicButtonConnectionState {}Represents the diffrent connection states that a Flic/PbF can be in at any given time.
- 
                  
                  The Flic/PbF is currently connected. This means that the iOS device has an active link with the Flic/PbF and that data can be sent in both directions provided that it has also been verified, notified by the flicButtonIsReady:callback.DeclarationObjective-C SCLFlicButtonConnectionStateConnected = 0Swift case connected = 0
- 
                  
                  The Flic/PbF is currently connecting. This means that the iOS device is either in the process of establishing a link with Flic/PbF or that it is waiting for Flic/PbF to come within proximity so that such process can be initiated. DeclarationObjective-C SCLFlicButtonConnectionStateConnectingSwift case connecting = 1
- 
                  
                  The Flic/PbF is currently disconnected. DeclarationObjective-C SCLFlicButtonConnectionStateDisconnectedSwift case disconnected = 2
- 
                  
                  The Flic/PbF is currently disconnecting. DeclarationObjective-C SCLFlicButtonConnectionStateDisconnectingSwift case disconnecting = 3
 SCLFlicButtonConnectionState Enumeration Reference
        SCLFlicButtonConnectionState Enumeration Reference