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