ListAllChannelGroup

See also

PubNub.listAllChannelGroups

See also

PubNub.listAllChannelGroups
actual interface ListAllChannelGroup : Endpoint<PNChannelGroupsListAllResult>

See also

PubNub.listAllChannelGroups

See also

PubNub.listAllChannelGroups

Functions

async
Link copied to clipboard
abstract override fun async(callback: Consumer<Result<PNChannelGroupsListAllResult>>)

Run the action asynchronously, without blocking the calling thread and delivering the result through the callback.

Link copied to clipboard
abstract fun operationType(): PNOperationType

Return the type of this operation from the values defined in PNOperationType.

Link copied to clipboard
abstract fun overrideConfiguration(configuration: PNConfiguration): Endpoint<PNChannelGroupsListAllResult>
abstract fun overrideConfiguration(action: PNConfigurationOverride.Builder.() -> Unit): Endpoint<PNChannelGroupsListAllResult>

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

Link copied to clipboard
abstract fun retry()

Attempt to retry the action and deliver the result to a callback registered with a previous call to async.

Link copied to clipboard
abstract fun silentCancel()

Cancel the action without reporting any further results.

Link copied to clipboard
abstract fun sync(): PNChannelGroupsListAllResult

Run the action synchronously, potentially blocking the calling thread.