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

androidMain.com.myunidays.kiterable.models.IterableActionContext.kt Maven / Gradle / Ivy

package com.myunidays.kiterable.models

actual class IterableActionContext constructor(private val android: com.iterable.iterableapi.IterableActionContext) {
    actual val action: IterableAction
        get() = android.action
    actual val source: IterableActionSource
        get() = IterableActionSource.valueOf(android.source.name)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy