JWButtonDelegate

@protocol JWButtonDelegate <NSObject>

The JWButtonDelegate protocol defines methods that a delegate of a JWButton object can implement to be aware when the JWButton is interacted with.

  • Called when the JWButton is interacted with by the viewer.

    Declaration

    Objective-C

    - (void)onButtonTouched:(nonnull JWButton *)button;