isOpened method

bool isOpened()

Returns true if the InAppBrowser instance is opened, otherwise false.

Implementation

bool isOpened() {
  return this._isOpened;
}