MCPcopy Create free account
hub / github.com/defold/defold / GetActivity

Method GetActivity

engine/dlib/src/dmsdk/dlib/android.h:131–134  ·  view source on GitHub ↗

Gets the app native activity * * @name GetActivity * @return activity [type:ANativeActivity*] the app native activity */

Source from the content-addressed store, hash-verified

129 * @return activity [type:ANativeActivity*] the app native activity
130 */
131 ANativeActivity* GetActivity()
132 {
133 return m_Activity;
134 }
135};
136
137/*# Load a class

Callers 9

GetNetworkConnectivityFunction · 0.80
GetApplicationPathFunction · 0.80
OpenURLFunction · 0.80
GetLogPathFunction · 0.80
GetSecureInfoFunction · 0.80
GetApplicationInfoFunction · 0.80
GetSampleRateFunction · 0.80
InitializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected