#include <juce_JNIHelpers_android.h>
|
| static void | onActivityResultCallback (JNIEnv *, FragmentOverlay &, jint requestCode, jint resultCode, jobject data) |
| |
| static void | onCreatedCallback (JNIEnv *, FragmentOverlay &, jobject obj) |
| |
| static void | onRequestPermissionsResultCallback (JNIEnv *, FragmentOverlay &, jint requestCode, jobjectArray jPermissions, jintArray jGrantResults) |
| |
| static void | onStartCallback (JNIEnv *, FragmentOverlay &) |
| |
◆ ActivityLauncher()
| juce::ActivityLauncher::ActivityLauncher |
( |
const LocalRef< jobject > & |
intentToUse, |
|
|
int |
requestCodeToUse |
|
) |
| |
|
inline |
◆ getNativeHandle()
| jobject juce::FragmentOverlay::getNativeHandle |
( |
| ) |
|
|
protectedinherited |
◆ onActivityResult()
| void juce::ActivityLauncher::onActivityResult |
( |
int |
activityRequestCode, |
|
|
int |
resultCode, |
|
|
LocalRef< jobject > |
data |
|
) |
| |
|
inlineoverridevirtual |
◆ onActivityResultCallback()
| static void juce::FragmentOverlay::onActivityResultCallback |
( |
JNIEnv * |
, |
|
|
FragmentOverlay & |
, |
|
|
jint |
requestCode, |
|
|
jint |
resultCode, |
|
|
jobject |
data |
|
) |
| |
|
staticinherited |
◆ onCreated()
◆ onCreatedCallback()
◆ onRequestPermissionsResult()
| virtual void juce::FragmentOverlay::onRequestPermissionsResult |
( |
int |
, |
|
|
const StringArray & |
, |
|
|
const Array< int > & |
|
|
) |
| |
|
inlinevirtualinherited |
◆ onRequestPermissionsResultCallback()
| static void juce::FragmentOverlay::onRequestPermissionsResultCallback |
( |
JNIEnv * |
, |
|
|
FragmentOverlay & |
, |
|
|
jint |
requestCode, |
|
|
jobjectArray |
jPermissions, |
|
|
jintArray |
jGrantResults |
|
) |
| |
|
staticinherited |
◆ onStart()
| void juce::ActivityLauncher::onStart |
( |
| ) |
|
|
inlineoverridevirtual |
◆ onStartCallback()
| static void juce::FragmentOverlay::onStartCallback |
( |
JNIEnv * |
, |
|
|
FragmentOverlay & |
|
|
) |
| |
|
staticinherited |
◆ open()
| void juce::FragmentOverlay::open |
( |
| ) |
|
|
inherited |
◆ activityHasStarted
| bool juce::ActivityLauncher::activityHasStarted = false |
|
private |
◆ callback
| std::function<void (int, int, LocalRef<jobject>)> juce::ActivityLauncher::callback |
◆ intent
◆ native
◆ requestCode
| int juce::ActivityLauncher::requestCode |
|
private |
The documentation for this class was generated from the following file: