As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
what is correct way to invoke custom endpoint in Android?
J
Jean Moreau
started a topic
over 9 years ago
The following section of the BL guide (http://devcenter.kinvey.com/android/guides/business-logic#invoking-endpoint) suggests we invoke a custom endpoint like this:
Jean Moreau
1. AsyncCustomEndpoints endpoints = getClient().customEndpoints();
2. endpoints.callEndpoint( etc... )
When I write line 1, I get the following deprecation warning: The method customEndpoints() from the type Client is deprecated
The changelog (http://devcenter.kinvey.com/android/downloads) makes no mention of this deprecation.
Can someone confirm the correct way to invoke a custom endpoint in Android?
Thanks.