Changelog
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
public Future<CustomerCreateResponse> createCustomer(
Customer customer,
Callback<CustomerCreateResponse> onSuccess,
Callback<MobileSDKException> onError);public Future<CustomerCreateResponse> createCustomer(
Customer customer,
String deduplicate,
Callback<CustomerCreateResponse> onSuccess,
Callback<MobileSDKException> onError)cloud4wiSDK.createCustomer(customer,null public Future<List<Policy>> getListOfPolicies(
Callback<List<Policy>> onSuccess,
Callback<MobileSDKException> onError);public Future<List<String>> getListOfPolicies(
Callback<List<String>> onSuccess,
Callback<MobileSDKException> onError)