SCLFlicButtonLEDIndicateCount
enum SCLFlicButtonLEDIndicateCount {}
Represents the indication count, meaning how many times the LED will fade when using the indicateLED: method.
Please be mindful of battery usage.
-
The LED will fade 1 time.
Declaration
Objective-C
SCLFlicButtonLEDIndicateCount1 = 1Swift
case count1 = 1 -
The LED will fade 2 times.
Declaration
Objective-C
SCLFlicButtonLEDIndicateCount2Swift
case count2 = 2 -
The LED will fade 3 times.
Declaration
Objective-C
SCLFlicButtonLEDIndicateCount3Swift
case count3 = 3 -
The LED will fade 4 times.
Declaration
Objective-C
SCLFlicButtonLEDIndicateCount4Swift
case count4 = 4 -
The LED will fade 5 times.
Declaration
Objective-C
SCLFlicButtonLEDIndicateCount5Swift
case count5 = 5
SCLFlicButtonLEDIndicateCount Enumeration Reference