Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class PNChannelMembership(val channel: PNChannelMetadata, val custom: PatchValue<Map<String, Any?>?>? = null, val updated: String, val eTag: String, val status: PatchValue<String?>? = null, val type: PatchValue<String?>? = null)
Link copied to clipboard
data class PNChannelMembershipArrayResult(val status: Int, val data: Collection<PNChannelMembership>, val totalCount: Int?, val next: PNPage.PNNext?, val prev: PNPage.PNPrev?)

Functions

Link copied to clipboard
fun MembershipInclude(includeCustom: Boolean = false, includeStatus: Boolean = false, includeType: Boolean = false, includeTotalCount: Boolean = false, includeChannel: Boolean = false, includeChannelCustom: Boolean = false, includeChannelType: Boolean = false, includeChannelStatus: Boolean = false): MembershipInclude

Factory function to create an instance of MembershipInclude.