The Resource interface provides access to a resource as visible from the FSO usage subsystem. Every resource provider has to implement this interface. Applications other than FSO usage are not allowed to use this interface, they have to use the org.freesmartphone.Usage API.
org.freesmartphone.Resource
Description: Enable the resource.
Description: Disable the resource.
Description: Suspend the resource.
Description: Resume the resource.
Description: The resource is able to lists its dependencies. For example a resource can depend on another resource. If this resource is enabled the dependency resource will be enabled first.
Dependencies required for resource operation. Expected values are:
Description: The resource is able to provide the default policy to use.
The default policy to use for this resource. See GetResourcePolicy for a list of possible values.
Description: Raised, if the resource is not enabled.
Description: Raised, if the resource can not be enabled.