Skip to content

Commit 9ce5c6a

Browse files
authored
Update README.md
1 parent 35f89a0 commit 9ce5c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ An example that forwards the information to a React Native app:
5555
public static final String BROADCAST_START = "org.microbit.android.partialflashing.broadcast.BROADCAST_START";
5656
public static final String BROADCAST_COMPLETE = "org.microbit.android.partialflashing.broadcast.BROADCAST_COMPLETE";
5757
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";
5859
5960
private ReactContext mReactContext;
6061
private LocalBroadcastReceiver mLocalBroadcastReceiver;

0 commit comments

Comments
 (0)