MomentsAPI Module

  • Errors that can occur when using the Moments API module.

    See more

    Declaration

    Swift

    public enum MomentsAPIError : Error, ErrorEnum, ErrorWrapping
  • Enum representing the available regions for the Moments API.

    The region determines which Tealium AudienceStream instance the API calls are made against. Use .custom(_:) to support future regions that may be released without requiring an SDK update.

    See more

    Declaration

    Swift

    public enum MomentsAPIRegion : DataInputConvertible, Equatable, RawRepresentable
  • Builder for Moments API module settings.

    See more

    Declaration

    Swift

    public class MomentsAPISettingsBuilder : ModuleSettingsBuilder
  • Response object containing visitor profile data returned by the Moments API.

    See more

    Declaration

    Swift

    public struct EngineResponse : Codable, Equatable