Package com.intercom.api.types
Interface ConfigureResponse.Canvas.CanvasStage
-
- All Known Implementing Classes:
ConfigureResponse.Canvas.Builder
- Enclosing class:
- ConfigureResponse.Canvas
public static interface ConfigureResponse.Canvas.CanvasStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigureResponse.Canvas._FinalStagecanvas(CanvasObject canvas)The canvas object that defines the new UI to be shown.ConfigureResponse.Canvas.Builderfrom(ConfigureResponse.Canvas other)
-
-
-
Method Detail
-
canvas
ConfigureResponse.Canvas._FinalStage canvas(@NotNull CanvasObject canvas)
The canvas object that defines the new UI to be shown. This will replace the previous canvas that was visible until the teammate interacted with your app.
-
from
ConfigureResponse.Canvas.Builder from(ConfigureResponse.Canvas other)
-
-