RobotUIKit API
|
#import <RUISlideToSleepViewController.h>
Public Member Functions | |
(void) | - slideToSleepConfirmed: |
(void) | - slideToSleepCanceled: |
Protocol that a delegate conforms to in order to receive callbacks to confirm sleep or cancel it.
- (void) slideToSleepCanceled: | (id) | sender | [optional] |
A user touched outside of the sleep slider canceling the action
sender | The object that called the method. |
- (void) slideToSleepConfirmed: | (id) | sender | [optional] |
Called after a user has slid the sleep slider all the way over, a sleep command is automatically send to the robot before this callback
sender | The object that called the method. |