Declared in UAAddCustomEventAction.h

UAAddCustomEventActionErrorCode

Represents the possible error conditions when running a UAAddCustomEventAction.

Definition

typedef NS_ENUM(NSInteger, UAAddCustomEventActionErrorCode ) {
   UAAddCustomEventActionErrorCodeInvalidEventName,
};

Constants

UAAddCustomEventActionErrorCodeInvalidEventName

Indicates that the eventName is invalid.

Declared In UAAddCustomEventAction.h.

Declared In

UAAddCustomEventAction.h