updated getUMPRequestConfig with params.

This commit is contained in:
Venkadesh P
2025-09-08 11:51:20 +05:30
committed by Daniel Sogl
parent 345d5ed2e7
commit 7c699567dd
@@ -1795,7 +1795,7 @@ export class UnviredCordovaSDK extends AwesomeCordovaNativePlugin {
* await this.unviredSDK.getUMPRequestConfig("/UMP/api/v1/users");
*/
@Cordova()
getUMPRequestConfig(): Promise<UMPRequestConfig> {
getUMPRequestConfig(endpoint: string, options?: { customUrl?: string }): Promise<UMPRequestConfig> {
return;
}
}