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

Public Member Functions

String libraries () default ""
 
String v7aLibraries () default ""
 
String v8aLibraries () default ""
 
String x86_64Libraries () default ""
 

Detailed Description

Annotation to indicate native library files required by components.

Author
trevo.nosp@m.rbad.nosp@m.ams@g.nosp@m.mail.nosp@m..com (Trevor Adams)

Definition at line 21 of file UsesNativeLibraries.java.

Member Function Documentation

◆ libraries()

String com.google.appinventor.components.annotations.UsesNativeLibraries.libraries ( )

The names of the libraries separated by commas. Filenames of native libraries targeted at Armeabi-v7A must end (after name but before the file extension) with a suffix defined in Compiler.java ("-v7a") the same goes for v8a libraries ("-v8a").

◆ v7aLibraries()

String com.google.appinventor.components.annotations.UsesNativeLibraries.v7aLibraries ( )

◆ v8aLibraries()

String com.google.appinventor.components.annotations.UsesNativeLibraries.v8aLibraries ( )

◆ x86_64Libraries()

String com.google.appinventor.components.annotations.UsesNativeLibraries.x86_64Libraries ( )

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