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

Public Member Functions

ProviderElement[] providers ()
 

Detailed Description

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

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

Definition at line 24 of file UsesContentProviders.java.

Member Function Documentation

◆ providers()

ProviderElement [] com.google.appinventor.components.annotations.UsesContentProviders.providers ( )

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

Returns
the array containing the relevant providers

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