MomentsAPI Module Reference
-
Errors that can occur when using the Moments API module.
See moreDeclaration
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
See more.custom(_:)to support future regions that may be released without requiring an SDK update.Declaration
Swift
public enum MomentsAPIRegion : DataInputConvertible, Equatable, RawRepresentable -
Builder for Moments API module settings.
See moreDeclaration
Swift
public class MomentsAPISettingsBuilder : ModuleSettingsBuilder -
Response object containing visitor profile data returned by the Moments API.
See moreDeclaration
Swift
public struct EngineResponse : Codable, Equatable