All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iosMain.com.myunidays.kiterable.models.IterableConfig.kt Maven / Gradle / Ivy

package com.myunidays.kiterable.models

import com.myunidays.kiterable.IterableURLDelegate

actual class IterableConfig(
    val pushIntegrationName: String? = null,
    val sandboxPushIntegrationName: String? = null,
    val pushServicePlatform: PushServicePlatform = PushServicePlatform.Auto,
    val urlDelegate: IterableURLDelegate? = null
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy