Target filter
Search Kotlin docs
  • Back
  • Tealium Prism Kotlin SDK Reference
momentsapi/com.tealium.prism.momentsapi/MomentsApiRegion

MomentsApiRegion

sealed class MomentsApiRegion : DataItemConvertible

Represents the available regions for the MomentsApi.

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.

Inheritors

Germany
UsEast
Sydney
Oregon
Tokyo
HongKong
Custom

Types

Custom
Link copied to clipboard
data class Custom(region: String) : MomentsApiRegion
Germany
Link copied to clipboard
object Germany : MomentsApiRegion
HongKong
Link copied to clipboard
object HongKong : MomentsApiRegion
Oregon
Link copied to clipboard
object Oregon : MomentsApiRegion
Sydney
Link copied to clipboard
object Sydney : MomentsApiRegion
Tokyo
Link copied to clipboard
object Tokyo : MomentsApiRegion
UsEast
Link copied to clipboard
object UsEast : MomentsApiRegion

Properties

value
Link copied to clipboard
val value: String

Functions

asDataItem
Link copied to clipboard
open override fun asDataItem(): DataItem
Generated by Dokka
(c) Tealium 2026