Interface OccupancySubscriptionResponse

A response object that allows you to control an occupancy update subscription.

interface OccupancySubscriptionResponse {
    unsubscribe: (() => void);
}

Properties

Properties

unsubscribe: (() => void)

Unsubscribe the listener registered with Occupancy.subscribe from occupancy updates.