SubscriptionLoadingObject

constructor(reply: Reply<T>, replyUpdatedAt: Long, error: Throwable?, errorUpdatedAt: Long, subscribe: suspend () -> Unit, unsubscribe: () -> Unit, reset: suspend () -> Unit)

Parameters

T

Type of data to receive.