subscription

open override fun <D : Subscription.Data> subscription(subscription: Subscription<D>): 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