StatePredicate
public class StatePredicate: NSObject,Predicate
Class represents StatePredicate
-
Undocumented
Declaration
Swift
public class StatePredicate: NSObject,Predicate
-
Undocumented
Declaration
Swift
public class StatePredicate: NSObject,Predicate
-
Class represents StatePredicate
Declaration
Swift
public func getEventSource() -> EventSource
-
Initialize StatePredicate with Condition and TriggersWhen
Parameter
Parameter condition: Condition of the Trigger.Parameter
Parameter triggersWhen: Specify TriggersWhen.Declaration
Swift
public init(condition:Condition, triggersWhen:TriggersWhen)
-
Undocumented
Declaration
Swift
public class StatePredicate: NSObject,Predicate
-
Undocumented
Declaration
Swift
public class StatePredicate: NSObject,Predicate
-
Get StatePredicate as NSDictionary instance
Returns
a NSDictionary instanceDeclaration
Swift
public func toNSDictionary() -> NSDictionary