Target filter
Search Kotlin docs
  • Back
  • Tealium Prism Kotlin SDK Reference

momentsapi

The Moments API module provides support for real-time visitor personalization using Tealium's Moments API Server Side technology.

Getting started

To set up the Moments API module, simply add the Moments API ModuleFactory to your TealiumConfig

// Kotlin
val config = TealiumConfig.Builder(/* ... */ modules = listOf(
Modules.momentsApi()
)).build()
Content copied to clipboard
// Java
TealiumConfig config = new TealiumConfig.Builder(/* ... */ Arrays.asList(
MomentsApi.configure()
)).build();
Content copied to clipboard

Configuration

TODO

Packages

com.tealium.prism.momentsapi
Link copied to clipboard
androidJvm

Root package and entry point for the Moments API module

Generated by Dokka
(c) Tealium 2026