Skip to content

Commit

Permalink
feat: Add execute method for fetching of application strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jan 31, 2025
1 parent 27794b8 commit 827d812
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/execute-method-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,4 +461,11 @@ export const executeMethodMap = {
'mobile: resetGeolocation': {
command: 'mobileResetGeolocation',
},

'mobile: getAppStrings': {
command: 'getStrings',
params: {
optional: ['language'],
}
},
} as const satisfies ExecuteMethodMap<any>;

0 comments on commit 827d812

Please sign in to comment.