-
- All Implemented Interfaces:
-
kotlin.collections.Map,kotlin.collections.MutableMap
public final class Properties extends ValueMap
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classProperties.Companion
-
Constructor Summary
Constructors Constructor Description Properties()Properties(Map<String, Object> delegate)Properties(Integer initialCapacity)
-
Method Summary
Modifier and Type Method Description Set<Entry.Map<String, Object>>getEntries()Set<String>getKeys()IntegergetSize()Collection<Object>getValues()final PropertiesputValue(String key, String value)final PropertiesputReferrer(String referrer)Set the referrer that led the user to the screen. final Stringreferrer()-
Methods inherited from class ai.seinetime.sdk.internal.Properties
clear, containsKey, containsValue, equals, get, getBoolean, getChar, getDouble, getEnum, getInt, getList, getLong, getString, getValueMap, getValueMap, hashCode, isEmpty, put, putAll, putValue, remove, toJsonObject, toString, toStringMap -
Methods inherited from class ai.seinetime.sdk.internal.ValueMap
compute, computeIfAbsent, computeIfPresent, merge, putIfAbsent, remove, replace, replace, replaceAll -
Methods inherited from class kotlin.collections.MutableMap
forEach, getOrDefault -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
putValue
final Properties putValue(String key, String value)
-
putReferrer
final Properties putReferrer(String referrer)
Set the referrer that led the user to the screen. In the browser it is the document.referrer property.
-
-
-
-