BatchDeeplinkDelegate

@protocol BatchDeeplinkDelegate

BatchDeeplinkDelegate is the protocol to adopt when you want to set a deeplink delegate on the SDK.

See Batch.deeplinkDelegate for more info.

  • Method called when Batch needs to open a deeplink.

    This will be called on the main thread.

    Declaration

    Objective-C

    - (void)openBatchDeeplink:(id)deeplink;