Interface SpacesService


  • public interface SpacesService
    • Method Detail

      • isServiceAvailable

        boolean isServiceAvailable()
        A Boolean value indicating whether the speces service is available. This value is closely connected with capabilities - if the service is not running, usually all of the capabilities related to the service won't be allowed.
        Returns:
        true if the service is currently available for use.
        See Also:
        SpacesServiceListener.onSpacesServiceAvailable(SpacesService)