SetChannelMetadata

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun async(callback: Consumer<Result<Output>>)
Link copied to clipboard
abstract fun custom(custom: Map<String, Any>): SetChannelMetadata
Link copied to clipboard
abstract fun description(description: String): SetChannelMetadata
Link copied to clipboard
abstract fun ifMatchesEtag(@Nullable etag: @Nullable String): SetChannelMetadata
Optional entity tag from a previously received `PNChannelMetadata`.
Link copied to clipboard
abstract fun includeCustom(includeCustom: Boolean): SetChannelMetadata
Link copied to clipboard
abstract fun name(name: String): SetChannelMetadata
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 retry()
Link copied to clipboard
abstract fun silentCancel()
Link copied to clipboard
abstract fun status(status: String): SetChannelMetadata
Link copied to clipboard
abstract fun sync(): Output
Link copied to clipboard
abstract fun type(type: String): SetChannelMetadata