Jabber Guest iOS SDK
<CJGuestCallBarViewDelegate > Protocol Reference

The delegate for CJGuestCallBarViewDelegate. More...

#import <CJGuestCallBarView.h>

Inherits <UIViewNSObject>.

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

◆ callBarView:clickedButton:()

- (void CJGuestCallBarViewDelegate) 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

◆ callBarViewDidDismissKeypad:()

- (void CJGuestCallBarViewDelegate) callBarViewDidDismissKeypad: (CJGuestCallBarView *)  callBarView
optional

The keypad view was dismissed from to the CallBarView.

Parameters
callBarViewThe view which dismissed the keypad.

◆ callBarViewDidPresentKeypad:()

- (void CJGuestCallBarViewDelegate) callBarViewDidPresentKeypad: (CJGuestCallBarView *)  callBarView
optional

The keypad view was presented from the CallBarView.

Parameters
callBarViewThe view which presentd the keypad.