Flutter Engine
The Flutter Engine
|
#include <android/native_activity.h>
#include "flutter/fml/macros.h"
#include "flutter/fml/mapping.h"
Go to the source code of this file.
Classes | |
class | flutter::NativeActivity |
An instance of a native activity. Users of the native_activity_apk are meant to subclass this and return an instance of this subclass from flutter::NativeActivityMain . More... | |
Namespaces | |
namespace | flutter |
Functions | |
std::unique_ptr< NativeActivity > | flutter::NativeActivityMain (ANativeActivity *activity, std::unique_ptr< fml::Mapping > saved_state) |