MSFBalloonPopupEventListener

Objective-C


@interface MSFBalloonPopupEventListener : NSObject {
  void *swigCPtr;
  BOOL swigCMemOwn;
}

Swift

class MSFBalloonPopupEventListener : NSObject

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:(MSFBalloonPopupButtonClickInfo *)clickInfo;

    Swift

    func onButtonClicked(_ clickInfo: MSFBalloonPopupButtonClickInfo!) -> Bool

    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)onButtonClickedSwigExplicitMSFBalloonPopupEventListener:
        (MSFBalloonPopupButtonClickInfo *)clickInfo;

    Swift

    func onButtonClickedSwigExplicitMSFBalloonPopupEventListener(_ clickInfo: MSFBalloonPopupButtonClickInfo!) -> Bool

    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;

    Swift

    init!()
  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;

    Swift

    func dealloc()