subscription

abstract fun <D : ERROR CLASS: Symbol not found for Subscription.Data> subscription(subscription: ERROR CLASS: Symbol not found for Subscription<D>): ERROR CLASS: Symbol not found for ApolloCall<D>

Prepare a subscription to be executed.

Return

the associated ApolloCall that can be executed

Parameters

subscription

the subscription to be executed

See also

ApolloCall