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