UAEvent
Objective-C
@protocol UAEvent <NSObject>
Swift
protocol Event : NSObjectProtocol
Defines an Airship event.
-
Checks if the event is valid. Invalid events will be dropped.
Declaration
Objective-C
- (BOOL)isValid;
Swift
optional func isValid() -> Bool
Return Value
YES if the event is valid.