The recommended approach to make a native API call, such asgetAccountinfo, from an Android client is to:
Use internal SDK method Gigya.getInstance().send to call the API method with an application key and secret (D): This method allows you to securely call the API using the provided application key and secret.
References
SAP Customer Data Cloud Android SDK Documentation
SAP Help Portal on Native API Calls
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit