AirshipInputValidation
public struct AirshipInputValidation
A struct that encapsulates input validation logic for different request types such as email and SMS.
-
Enum representing the result of validation. It indicates whether an input is valid or invalid.
See moreDeclaration
Swift
public enum Result : Sendable, Equatable
-
Enum representing the override options for input validation.
See moreDeclaration
Swift
public enum Override : Sendable, Equatable
-
Enum representing the types of requests to be validated (e.g., Email or SMS).
See moreDeclaration
Swift
public enum Request : Sendable, Equatable