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