Handler
public protocol Handler
Protocol defining necessary methods required by the LaunchEnvironmentManager to handle launch environments.
Seealso
LaunchEnvironmentManager
-
Handles launch environment with given
keyandvalue.Declaration
Swift
func handle(key: String, value: String)Parameters
keyKey of the launch environment.
valueValue of the launch environment.
Handler Protocol Reference