50ButtonsEach / fliclib-ios

The fliclib framework for iOS
35 stars 5 forks source link

Add a field "event datetime" for the Button #20

Closed dukhanov closed 8 years ago

dukhanov commented 8 years ago

For example, in case of Bluetooth is disabled, and I click the Flic, then I turn Bluetooth on and I will immediately receive an event (Flic was clicked didReceiveButtonClick), but I don't know exactly time when Flic was clicked.

Is it possible to add event date-time field (when Fic was clicked) for the Flic button?

Emill commented 8 years ago

The age parameter for didReceiveButtonClick contains the number of seconds ago the button was pressed.

dukhanov commented 8 years ago

That's what I was looking for. Thanks.