NotifyToken

public final class NotifyToken
extension NotifyToken: Hashable
extension NotifyToken: CustomDebugStringConvertible

A type acts as the observer of the change of a tweak value.

TweaKit strongly holds a token object until you cancel the observation.

NotifyToken

  • Undocumented

    Declaration

    Swift

    func invalidate()
  • Declaration

    Swift

    public static func == (lhs: NotifyToken, rhs: NotifyToken) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • Declaration

    Swift

    public var debugDescription: String { get }