Package com.intercom.api.types
Interface InitializeResponse.CanvasStage
-
- All Known Implementing Classes:
InitializeResponse.Builder
- Enclosing class:
- InitializeResponse
public static interface InitializeResponse.CanvasStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InitializeResponse._FinalStagecanvas(CanvasObject canvas)The canvas object that defines the UI to be shown for the app.InitializeResponse.Builderfrom(InitializeResponse other)
-
-
-
Method Detail
-
canvas
InitializeResponse._FinalStage canvas(@NotNull CanvasObject canvas)
The canvas object that defines the UI to be shown for the app.
-
from
InitializeResponse.Builder from(InitializeResponse other)
-
-