PDL_GetJSFunctionName

Description

Returns the name of the function that was called (from the JS side) which caused this handler to be called.

Note: This API has been available since webOS 3.0.2 (PDK version 303).

Syntax

const char *PDL_GetJSFunctionName(PDL_JSParameters *parms);

Argument Description
parms Parameters from which to extract data. This is passed to the handler function and should simply be passed on here. This type's internals are hidden from the user.

Returns

Function name. NULL - Unknown function context.

See also: