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