TypeEnum
public enum TypeEnum : String
The type of action to invoke.
-
Undocumented
Declaration
Swift
case client = "client" -
Undocumented
Declaration
Swift
case server = "server" -
Undocumented
Declaration
Swift
case cloudFunction = "cloud_function" -
Undocumented
Declaration
Swift
case webAction = "web_action" -
Undocumented
Declaration
Swift
case webhook = "webhook"
View on GitHub
TypeEnum Enumeration Reference