ISubscription | Matterport SDK
Usage of the SDK constitutes your agreement with the Matterport SDK Agreement. Email developers@matterport.com with any questions.

An object representing an observer that is subscribed to an observable.

Hierarchy

  • ISubscription

Index

Methods

Methods

cancel

  • cancel(): void
  • Removes the observer from the observable so that it stops receiving updates.

    Returns void