Defining functions, variables, and events
Defining public functions, variables, and events that can be used from App Inventor.
@SimpleFunction(description = "Does a thing")
public void FunctionWithoutReturn() {
// Code to execute here
}
Last updated