getSchema

open fun getSchema(@NonNull gigyaCallback: GigyaCallback<GigyaSchema>)

This method retrieves the schema of the Profile object and the Data object (the site specific custom data object) in Gigya's Accounts Storage.

Parameters

gigyaCallback

Response listener callback.


open fun getSchema(@NonNull params: Map<String, Any>, @NonNull gigyaCallback: GigyaCallback<GigyaSchema>)

This method retrieves the schema of the Profile object and the Data object (the site specific custom data object) in Gigya's Accounts Storage.

Parameters

params

Additional parameters.

gigyaCallback

Response listener callback.