Declared in UAOpenExternalURLAction.h

UAOpenExternalURLActionErrorCode

Represents the possible error conditions when running a UAOpenExternalURLAction.

Definition

typedef NS_ENUM(NSInteger, UAOpenExternalURLActionErrorCode ) {
   UAOpenExternalURLActionErrorCodeURLFailedToOpen,
};

Constants

UAOpenExternalURLActionErrorCodeURLFailedToOpen

Indicates that the URL failed to open.

Declared In UAOpenExternalURLAction.h.

Declared In

UAOpenExternalURLAction.h