Skip to content

Commit

Permalink
Version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-squarebits authored Nov 24, 2022
1 parent 64c419f commit f242388
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ You can use these methods anywhere in your project and these will provide transl
@Override
public void onCallback(String translation) {
// use translated text here
}
}          
});


Expand Down Expand Up @@ -181,11 +181,11 @@ You can use these methods anywhere in your project and these will provide transl
json.put("Language", "Java");

devNagriTranslationSdk.getTranslationOfJSON(jsonObjectValue,
ignoreKeys,
new GenericCallback<JSONObject>() {
@Override
public void onCallback(JSONObject translatedJsonObject) {
//Here you find translated JSON Object
ignoreKeys,
new GenericCallback<JSONObject>() {
@Override
public void onCallback(JSONObject translatedJsonObject) {
//Here you find translated JSON Object
}
});

Expand Down

0 comments on commit f242388

Please sign in to comment.