NTBalloonPopupEventListener
@interface NTBalloonPopupEventListener : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
A listener class for balloon popups. The listener receives events about clicked buttons, etc.
-
Listener method that gets called when a clicked is performed on a button.
Declaration
Objective-C
- (BOOL)onButtonClicked:(NTBalloonPopupButtonClickInfo *)clickInfo;
Parameters
clickInfo
The information about the button click event.
Return Value
True if the click was handled. False otherwise.
-
Listener method that gets called when a clicked is performed on a button.
Declaration
Objective-C
- (BOOL)onButtonClickedSwigExplicitNTBalloonPopupEventListener: (NTBalloonPopupButtonClickInfo *)clickInfo;
Parameters
clickInfo
The information about the button click event.
Return Value
True if the click was handled. False otherwise.
-
Undocumented
Declaration
Objective-C
-(id)init;
-
Undocumented
Declaration
Objective-C
-(void)dealloc;