getReady

public boolean getReady()

Checks if the service is currently connected and ready for use.

This method provides a synchronous way to determine if the service is bound and operational. It leverages the LiveData state internally but returns a simple boolean for convenience.

Return

true if the service is connected and ready, false otherwise. Returns false if the connection state is not yet determined.