UnityConfigurationProvider

open class UnityConfigurationProvider : CachedConfigurationProvider

Constructors

UnityConfigurationProvider
Link copied to clipboard
open fun UnityConfigurationProvider(context: Context)

Functions

configureListener
Link copied to clipboard
open fun configureListener(messageTypeValue: Int, gameObject: String, methodName: String)
getBooleanValue
Link copied to clipboard
fun getBooleanValue(primaryKey: String, defaultValue: Boolean): Boolean
getColorValue
Link copied to clipboard
fun getColorValue(primaryKey: String): Integer
getConfigurationCache
Link copied to clipboard
fun getConfigurationCache(): Map<String, Any>
getConfigurationValue
Link copied to clipboard
fun getConfigurationValue(type: CachedConfigurationProvider.ResourceType, key: String, defaultValue: Any): Any
open fun getContentCardsUpdatedListenerCallbackMethodName(): String
open fun getContentCardsUpdatedListenerGameObjectName(): String
getDelaySendingPushMessages
Link copied to clipboard
open fun getDelaySendingPushMessages(): Boolean
getFeedListenerCallbackMethodName
Link copied to clipboard
open fun getFeedListenerCallbackMethodName(): String
getFeedListenerGameObjectName
Link copied to clipboard
open fun getFeedListenerGameObjectName(): String
open fun getInAppMessageListenerCallbackMethodName(): String
getInAppMessageListenerGameObjectName
Link copied to clipboard
open fun getInAppMessageListenerGameObjectName(): String
getIntValue
Link copied to clipboard
fun getIntValue(primaryKey: String, defaultValue: Int): Int
getPushDeletedCallbackMethodName
Link copied to clipboard
open fun getPushDeletedCallbackMethodName(): String
getPushDeletedGameObjectName
Link copied to clipboard
open fun getPushDeletedGameObjectName(): String
getPushOpenedCallbackMethodName
Link copied to clipboard
open fun getPushOpenedCallbackMethodName(): String
getPushOpenedGameObjectName
Link copied to clipboard
open fun getPushOpenedGameObjectName(): String
getPushReceivedCallbackMethodName
Link copied to clipboard
open fun getPushReceivedCallbackMethodName(): String
getPushReceivedGameObjectName
Link copied to clipboard
open fun getPushReceivedGameObjectName(): String
getRuntimeAppConfigurationProvider
Link copied to clipboard
fun getRuntimeAppConfigurationProvider(): RuntimeAppConfigurationProvider
getShowInAppMessagesAutomaticallyKey
Link copied to clipboard
open fun getShowInAppMessagesAutomaticallyKey(): Boolean
getStringSetValue
Link copied to clipboard
fun getStringSetValue(primaryKey: String, defaultValue: Set<String>): Set<String>
getStringValue
Link copied to clipboard
fun getStringValue(primaryKey: String, defaultValue: String): String
getValueFromResources
Link copied to clipboard
fun getValueFromResources(type: CachedConfigurationProvider.ResourceType, resourceId: Int): Any
readResourceValue
Link copied to clipboard
fun readResourceValue(type: CachedConfigurationProvider.ResourceType, key: String, defaultValue: Any): Any
setRuntimeAppConfigurationProvider
Link copied to clipboard
fun setRuntimeAppConfigurationProvider(p: RuntimeAppConfigurationProvider)