AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.Player.State Enum Reference

Public Attributes

 INITIAL
 
 PREPARED
 
 PLAYING
 
 PAUSED_BY_USER
 
 PAUSED_BY_EVENT
 

Detailed Description

Definition at line 91 of file Player.java.

Member Data Documentation

◆ INITIAL

com.google.appinventor.components.runtime.Player.State.INITIAL

Definition at line 91 of file Player.java.

◆ PAUSED_BY_EVENT

com.google.appinventor.components.runtime.Player.State.PAUSED_BY_EVENT

Definition at line 91 of file Player.java.

◆ PAUSED_BY_USER

com.google.appinventor.components.runtime.Player.State.PAUSED_BY_USER

Definition at line 91 of file Player.java.

◆ PLAYING

com.google.appinventor.components.runtime.Player.State.PLAYING

Definition at line 91 of file Player.java.

◆ PREPARED

com.google.appinventor.components.runtime.Player.State.PREPARED

Definition at line 91 of file Player.java.


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