We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f89a0 commit 9ce5c6aCopy full SHA for 9ce5c6a
README.md
@@ -55,6 +55,7 @@ An example that forwards the information to a React Native app:
55
public static final String BROADCAST_START = "org.microbit.android.partialflashing.broadcast.BROADCAST_START";
56
public static final String BROADCAST_COMPLETE = "org.microbit.android.partialflashing.broadcast.BROADCAST_COMPLETE";
57
public static final String EXTRA_PROGRESS = "org.microbit.android.partialflashing.extra.EXTRA_PROGRESS";
58
+ public static final String BROADCAST_PF_FAILED = "org.microbit.android.partialflashing.broadcast.BROADCAST_PF_FAILED";
59
60
private ReactContext mReactContext;
61
private LocalBroadcastReceiver mLocalBroadcastReceiver;
0 commit comments