EngineActivity Class
This element is not available using the selected API.
This element is not available using the selected API.
In this article
This element is not available using the selected API.
In this article
A base class for Android activities that automatically runs some initialization code needed for Carmenta Engine Android applications.
Members of this class should only be accessed from the GUI thread. Exceptions to this rule are noted on the documentation page for each individual member.
The Thread Access Verifier will enforce this rule when it is active.
More details about thread safety and the main thread of the application can be found in Threading model, GUI.
public class EngineActivity extends android.app.Activity
This is a convenience class that you can use as a base class for your application activity, instead of inheriting directly from android.app.Activity. It overrides the onCreate() method and runs the necessary Java initialization code, see AndroidUtils.preInitialize for details.
System::Object (not available in Java)
android.app.Activity (not available in Java)
EngineActivity
Android
The EngineActivity type has the following members.
In this article
This element is not available using the selected API.
In this article