setCustomOption abstract method

void setCustomOption(
  1. String key,
  2. String value
)

This method sets custom options that controls navigator behavior.

Unsupported options are silently ignored. Undocumented options can change their meaning without going through deprecation process.

  • key Option name

  • value New option value

Implementation

void setCustomOption(String key, String value);