Signal
Functions
Link copied to clipboard
Run the action asynchronously, without blocking the calling thread and delivering the result through the callback.
Link copied to clipboard
Return the type of this operation from the values defined in PNOperationType.
Link copied to clipboard
abstract fun overrideConfiguration(action: PNConfigurationOverride.Builder.() -> Unit): Endpoint<PNPublishResult>
Allows to override certain configuration options (see PNConfigurationOverride.Builder) for this request only.
Link copied to clipboard
Cancel the action without reporting any further results.
Link copied to clipboard
Run the action synchronously, potentially blocking the calling thread.