Handler

public protocol Handler

Protocol defining necessary methods required by the LaunchEnvironmentManager to handle launch environments.

  • Handles launch environment with given key and value.

    Declaration

    Swift

    func handle(key: String, value: String)

    Parameters

    key

    Key of the launch environment.

    value

    Value of the launch environment.