Classes

The following classes are available globally.

  • Batch’s Flutter Plugin main class. BatchFlutterPlugin.setup() needs be called in

    See configuration and manageBatchLifecycle for more info on how to configure it.

    See more

    Declaration

    Swift

    @objc
    public class BatchFlutterPlugin : NSObject, FlutterPlugin
  • Manages Batch’s Flutter plugin configuration. Do not instantiate this directly, use BatchFlutterPlugin to get an instance: your changes will otherwise be ignored.

    This class’ default values are initialized using your Info.plist settings, if any.

    See more

    Declaration

    Swift

    @objc
    public class BatchPluginConfiguration : NSObject