File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
android/src/main/java/com/pdftron/reactnative/utils Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ public final class Constants {
1414 public static final String ON_ANNOTATIONS_SELECTED = "onAnnotationsSelected" ;
1515 public static final String ON_BEHAVIOR_ACTIVATED = "onBehaviorActivated" ;
1616 public static final String ON_FORM_FIELD_VALUE_CHANGED = "onFormFieldValueChanged" ;
17+ public static final String ON_BOOKMARK_CHANGED = "onBookmarkChanged" ;
1718
1819 // BUTTONS
1920 public static final String BUTTON_TOOLS = "toolsButton" ;
@@ -180,6 +181,9 @@ public final class Constants {
180181 public static final String KEY_flagReadOnly = "readOnly" ;
181182 public static final String KEY_flagToggleNoView = "toggleNoView" ;
182183
184+ public static final String KEY_bookmark_json = "bookmarkJson" ;
185+ // EVENTS END
186+
183187 // Config keys
184188 public static final String KEY_Config_linkPress = "linkPress" ;
185189}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-pdftron" ,
33 "title" : " React Native Pdftron" ,
4- "version" : " 2.0.1-beta.22 " ,
4+ "version" : " 2.0.1-beta.23 " ,
55 "description" : " React Native Pdftron" ,
66 "main" : " index.js" ,
77 "scripts" : {
You can’t perform that action at this time.
0 commit comments