Interface LiveEvent.UpdateStages.WithInput

All Known Subinterfaces:
LiveEvent.Update
Enclosing interface:
LiveEvent.UpdateStages

public static interface LiveEvent.UpdateStages.WithInput
The stage of the LiveEvent update allowing to specify input.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the input property: Live event input settings.
  • Method Details

    • withInput

      LiveEvent.Update withInput(LiveEventInput input)
      Specifies the input property: Live event input settings. It defines how the live event receives input from a contribution encoder..
      Parameters:
      input - Live event input settings. It defines how the live event receives input from a contribution encoder.
      Returns:
      the next definition stage.