AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.SplashActivity Class Reference
Inheritance diagram for com.google.appinventor.components.runtime.SplashActivity:
com.google.appinventor.components.runtime.AppInventorCompatActivity

Classes

class  JavaInterface
 

Public Member Functions

void onCreate (Bundle savedInstanceState)
 
void onRequestPermissionsResult (int code, String permissions[], int[] grantResults)
 
- Public Member Functions inherited from com.google.appinventor.components.runtime.AppInventorCompatActivity
final boolean isAppCompatMode ()
 
void onConfigurationChanged (Configuration newConfig)
 
void onSupportActionModeStarted (ActionMode actionMode)
 
void onSupportActionModeFinished (ActionMode actionMode)
 
ActionMode onWindowStartingSupportActionMode (Callback callback)
 
void setContentView (View view)
 
ActionBar getSupportActionBar ()
 

Additional Inherited Members

- Static Public Member Functions inherited from com.google.appinventor.components.runtime.AppInventorCompatActivity
static boolean isEmulator ()
 
static boolean isClassicMode ()
 
static void setClassicModeFromYail (boolean newClassicMode)
 
- Protected Member Functions inherited from com.google.appinventor.components.runtime.AppInventorCompatActivity
void onPostCreate (Bundle savedInstanceState)
 
void onPostResume ()
 
void onStop ()
 
void onDestroy ()
 
void onTitleChanged (CharSequence title, int color)
 
void setActionBarEnabled (boolean enabled)
 
void setClassicMode (boolean classic)
 
void setPrimaryColor (int color)
 
boolean isRepl ()
 
void hideTitleBar ()
 
void maybeShowTitleBar ()
 
void styleTitleBar ()
 
void setAppInventorTheme (Theme theme)
 
- Static Protected Member Functions inherited from com.google.appinventor.components.runtime.AppInventorCompatActivity
static boolean isActionBarEnabled ()
 
static int getPrimaryColor ()
 
- Protected Attributes inherited from com.google.appinventor.components.runtime.AppInventorCompatActivity
ThemeHelper themeHelper
 

Detailed Description

Create a An activity that display's the Repl's startup splash screen which will introduce the REPL and ask for necessary permissions.

Definition at line 40 of file SplashActivity.java.

Member Function Documentation

◆ onCreate()

void com.google.appinventor.components.runtime.SplashActivity.onCreate ( Bundle  savedInstanceState)

◆ onRequestPermissionsResult()

void com.google.appinventor.components.runtime.SplashActivity.onRequestPermissionsResult ( int  code,
String  permissions[],
int[]  grantResults 
)

Definition at line 142 of file SplashActivity.java.


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