Flutter Engine
The Flutter Engine
Classes | Namespaces | Functions
native_activity.h File Reference
#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)