Package-level declarations

Types

Link copied to clipboard
actual interface GetChannelMembers : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<com/pubnub/api/models/consumer/objects/member/PNMemberArrayResult>
Link copied to clipboard
class GetChannelMembersImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channelId: String, limit: Int?, page: ERROR CLASS: Symbol not found for PNPage??, filter: String?, sort: Collection<PNSortKey<PNMemberKey>>, includeFields: ERROR CLASS: Symbol not found for MemberInclude) : GetChannelMembers
Link copied to clipboard
actual interface ManageChannelMembers : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<com/pubnub/api/models/consumer/objects/member/PNMemberArrayResult>
Link copied to clipboard
class RemoveChannelMembersImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channel: String, userIds: List<String>, limit: Int?, page: ERROR CLASS: Symbol not found for PNPage??, filter: String?, sort: Collection<PNSortKey<PNMemberKey>>, includeFields: ERROR CLASS: Symbol not found for MemberInclude) : ManageChannelMembers
Link copied to clipboard
class SetChannelMembersImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channelId: String, users: List<MemberInput>, limit: Int?, page: ERROR CLASS: Symbol not found for PNPage??, filter: String?, sort: Collection<PNSortKey<PNMemberKey>>, includeFields: ERROR CLASS: Symbol not found for MemberInclude) : ManageChannelMembers