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

commonMain.com.pubnub.api.models.consumer.objects.membership.ChannelMembershipInput.kt Maven / Gradle / Ivy

package com.pubnub.api.models.consumer.objects.membership

import com.pubnub.kmp.CustomObject

interface ChannelMembershipInput {
    val channel: String
    val custom: CustomObject?
    val status: String?
    val type: String?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy