Package com.intercom.api.types
Interface ConfigureRequest.ComponentId.ContextStage
-
- All Known Implementing Classes:
ConfigureRequest.ComponentId.Builder
- Enclosing class:
- ConfigureRequest.ComponentId
public static interface ConfigureRequest.ComponentId.ContextStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigureRequest.ComponentId.CurrentCanvasStagecontext(Context context)The context of where the app is added, where the user last visited, and information on the Messenger settings.
-
-
-
Method Detail
-
context
ConfigureRequest.ComponentId.CurrentCanvasStage context(@NotNull Context context)
The context of where the app is added, where the user last visited, and information on the Messenger settings.
-
-