AI2 Component  (Version nb184)
com.google.appinventor.components.annotations.UsesServices Interface Reference

Public Member Functions

ServiceElement[] services ()
 

Detailed Description

Annotation to indicate any services used by a component so that corresponding <service> elements can be created in AndroidManifest.xml.

Author
https://github.com/ShreyashSaitwal (Shreyash Saitwal)

Definition at line 24 of file UsesServices.java.

Member Function Documentation

◆ services()

ServiceElement [] com.google.appinventor.components.annotations.UsesServices.services ( )

An array containing each ServiceElement that is required by the component.

Returns
the array containing the relevant services

The documentation for this interface was generated from the following file: