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 webAction = "web-action"
-
Undocumented
Declaration
Swift
case cloudFunction = "cloud-function"