Protocols

The following protocols are available globally.

  • Information about a single A/B test or feature flag this device is enrolled in.

    See more

    Declaration

    Objective-C

    @protocol ApptimizeTestInfo <NSObject>

    Swift

    protocol ApptimizeTestInfo : NSObjectProtocol
  • Information about a single winning A/B test or instant update this device will display.

    See more

    Declaration

    Objective-C

    @protocol ApptimizeInstantUpdateOrWinnerInfo <NSObject>

    Swift

    protocol ApptimizeInstantUpdateOrWinnerInfo : NSObjectProtocol