wasStarted

open fun wasStarted(): Boolean

Returns true if an image picker request (for gallery or camera) was started and is running or false if none has been started. This method is useful to let the application determine if another request should be started or not (e.g. after a configuration change).

Return

true if a request was already started by the application and is still running, or false if no request is running.