AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.util.OnInitializeListener Interface Reference
Inheritance diagram for com.google.appinventor.components.runtime.util.OnInitializeListener:
com.google.appinventor.components.runtime.Texting

Public Member Functions

void onInitialize ()
 

Detailed Description

This interface exposes a callback method, onInitialize(), that will be called by the Form activity after the app is initialized. Components must register for the callback by calling Form.registerForOnInitialize().

Author
rmorelli

Definition at line 13 of file OnInitializeListener.java.

Member Function Documentation

◆ onInitialize()

void com.google.appinventor.components.runtime.util.OnInitializeListener.onInitialize ( )

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