<CJGuestInvalidCertAlertViewDelegate> Protocol Reference

Any object using the CJGuestInvalidCertAlertView may implement this protocol to be notified when the user has acknowledged the invalid certificate. More...

#import <CJGuestInvalidCertAlertView.h>

Inherits <NSObject>.

Inherited by CJGuestCall().

Instance Methods

(void) - didFinishWithAcceptance:
 The user chose to accept or reject the invalid certificate. More...
 

Detailed Description

Any object using the CJGuestInvalidCertAlertView may implement this protocol to be notified when the user has acknowledged the invalid certificate.

Method Documentation

- (void) didFinishWithAcceptance: (BOOL)  accepted
optional

The user chose to accept or reject the invalid certificate.

Parameters
accepted
  • true - The invalid certificate was accepted.
  • false - The invalid certificate was rejected.