Functions

Link copied to clipboard
abstract fun async(callback: Consumer<Result<Output>>)
Link copied to clipboard
abstract fun authKeys(authKeys: List<String>): Grant
Link copied to clipboard
abstract fun channelGroups(channelGroups: List<String>): Grant
Link copied to clipboard
abstract fun channels(channels: List<String>): Grant
Link copied to clipboard
abstract fun delete(delete: Boolean): Grant
Link copied to clipboard
abstract fun get(get: Boolean): Grant
Link copied to clipboard
abstract fun join(join: Boolean): Grant
Link copied to clipboard
abstract fun manage(manage: Boolean): Grant
Link copied to clipboard
Link copied to clipboard
abstract fun overrideConfiguration(configuration: PNConfiguration): Endpoint<T>

Allows to override certain configuration options (see com.pubnub.api.v2.PNConfigurationOverride.Builder) for this request only.

Link copied to clipboard
abstract fun read(read: Boolean): Grant
Link copied to clipboard
abstract fun retry()
Link copied to clipboard
abstract fun silentCancel()
Link copied to clipboard
abstract fun sync(): Output
Link copied to clipboard
abstract fun ttl(ttl: Int): Grant
Link copied to clipboard
abstract fun update(update: Boolean): Grant
Link copied to clipboard
abstract fun uuids(uuids: List<String>): Grant
Link copied to clipboard
abstract fun write(write: Boolean): Grant