Predicate

public protocol Predicate :  NSCoding

Protocol represents Predicate

  • Get Predicate as NSDictionary instance

    Returns

    a NSDictionary instance

    Declaration

    Swift

    func toNSDictionary() -> NSDictionary
  • Get EventSource enum

    Returns

    an enumeration instance of the event source.

    Declaration

    Swift

    func getEventSource() -> EventSource