Interface SupportsIntentOptionsOption<T extends BaseOptions<T>>

    • Field Detail

      • INTENT_OPTIONS_OPTION

        static final java.lang.String INTENT_OPTIONS_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • setIntentOptions

        default T setIntentOptions​(IntentOptions options)
        The mapping of custom options for the intent that is going to be passed to the main app activity. Check https://github.com/appium/appium-espresso-driver#intent-options for more details.
        Parameters:
        options - Intent options.
        Returns:
        self instance for chaining.
      • getIntentOptions

        default java.util.Optional<IntentOptions> getIntentOptions()
        Get intent options.
        Returns:
        Intent options.