Gets the app native activity * * @name GetActivity * @return activity [type:ANativeActivity*] the app native activity */
| 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 |
no outgoing calls
no test coverage detected