Unsubscriber (Legacy SDK)
Legacy Web SDK
This page applies to the Legacy Web SDK only. For the Rokt SDK+, see the Web SDK+ Integration Guide.
OverviewDirect link to Overview
An Unsubscriber is an object that represents a disposable resource. It contains one method, unsubscribe, which disposes the resource held by the Subscriber.
MethodsDirect link to Methods
unsubscribeDirect link to unsubscribe
▸ unsubscribe(): void
Unsubscribes from a Subscriber.
Returns: void