Package-level declarations
Inherited functions
Link copied to clipboard
suspend fun RepostspaceClient.waitUntilChannelCreated(block: GetChannelRequest.Builder.() -> Unit): Outcome<GetChannelResponse>
suspend fun RepostspaceClient.waitUntilChannelCreated(request: GetChannelRequest, retryStrategy: RetryStrategy? = null): Outcome<GetChannelResponse>
Link copied to clipboard
suspend fun RepostspaceClient.waitUntilChannelDeleted(block: GetChannelRequest.Builder.() -> Unit): Outcome<GetChannelResponse>
suspend fun RepostspaceClient.waitUntilChannelDeleted(request: GetChannelRequest, retryStrategy: RetryStrategy? = null): Outcome<GetChannelResponse>
Link copied to clipboard
suspend fun RepostspaceClient.waitUntilSpaceCreated(block: GetSpaceRequest.Builder.() -> Unit): Outcome<GetSpaceResponse>
suspend fun RepostspaceClient.waitUntilSpaceCreated(request: GetSpaceRequest, retryStrategy: RetryStrategy? = null): Outcome<GetSpaceResponse>
Link copied to clipboard
suspend fun RepostspaceClient.waitUntilSpaceDeleted(block: GetSpaceRequest.Builder.() -> Unit): Outcome<GetSpaceResponse>
suspend fun RepostspaceClient.waitUntilSpaceDeleted(request: GetSpaceRequest, retryStrategy: RetryStrategy? = null): Outcome<GetSpaceResponse>