TKMObserverRegistration

public protocol TKMObserverRegistration

An object that represents the registration on an Observable. An ObserverRegistration can be used to unregister an Observable.

  • Unregisters the observer from the observable.

    Declaration

    Swift

    func close()