ListenerToken

public class ListenerToken

Listener token returned when adding a change listener. The token is used for removing the added change listener.

  • Remove the listener associated with the token.

    Declaration

    Swift

    public func remove()