Other Type Aliases
The following type aliases are available globally.
-
TrackResultCompletionFrom TealiumPrismCoreCompletion handler for tracking operations that provides the result with either dropped or accepted dispatch.
Declaration
Swift
public typealias TrackResultCompletion = (_ result: TrackResult) -> Void -
InitializationResultFrom TealiumPrismCoreResult type for initialization operations.
Declaration
Swift
public typealias InitializationResult<Object> = Result<Object, Error>
View on GitHub
Other Type Aliases Reference