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