RobotUIKit API
Public Member Functions
<RUISlideToSleepViewControllerDelegate> Protocol Reference

#import <RUISlideToSleepViewController.h>

List of all members.

Public Member Functions

(void) - slideToSleepConfirmed:
(void) - slideToSleepCanceled:

Detailed Description

Protocol that a delegate conforms to in order to receive callbacks to confirm sleep or cancel it.


Member Function Documentation

- (void) slideToSleepCanceled: (id)  sender [optional]

A user touched outside of the sleep slider canceling the action

Parameters:
senderThe 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

Parameters:
senderThe object that called the method.

The documentation for this protocol was generated from the following file:
 All Classes Functions Properties