<CJGuestCallBarViewDelegate> Protocol Reference

The delegate for CJGuestCallBarViewDelegate. More...

#import <CJGuestCallBarView.h>

Inheritance diagram for <CJGuestCallBarViewDelegate>:
CJGuestCallViewController

Instance Methods

(void) - callBarView:clickedButton:
 A button on the view has been pressed. More...
 
(void) - callBarViewDidDismissKeypad:
 The keypad view was dismissed from to the CallBarView. More...
 
(void) - callBarViewDidPresentKeypad:
 The keypad view was presented from the CallBarView. More...
 

Detailed Description

The delegate for CJGuestCallBarViewDelegate.

Method Documentation

- (void) callBarView: (CJGuestCallBarView *)  callBarView
clickedButton: (CJGuestCallBarButtonType)  buttonType 
optional

A button on the view has been pressed.

Parameters
callBarViewThe view whose button was pressed.
buttonTypeThe type of the button pressed. See: CJGuestCallBarButtonType
- (void) callBarViewDidDismissKeypad: (CJGuestCallBarView *)  callBarView
optional

The keypad view was dismissed from to the CallBarView.

Parameters
callBarViewThe view which dismissed the keypad.
- (void) callBarViewDidPresentKeypad: (CJGuestCallBarView *)  callBarView
optional

The keypad view was presented from the CallBarView.

Parameters
callBarViewThe view which presentd the keypad.