getApplicationEndpointWithError:(NSError **) method

Retrieves the application end-point with which the application can access business data.

Syntax

public static virtual NSString * getApplicationEndpointWithError: (NSError ** error)

Parameters

Returns

End-point as a string object (URL/URN). Usage NSError* error = nil; NSString* appEndPoint = [ODPAppSettings getApplicationEndpointWithError:&error]; if (!error) { // Further processing }