GetExitcall
Get a handle to an exit call associated with a guid via StoreExitcall
.
Format
func GetExitcall(guid string) ExitcallHandle
Parameter
guid:
The globally unique identifier that was passed to appd_exitcall_store()
.
Returns
The handle to the exit call associated with the given guid.
In the following cases the SDK logs a warning and returns a handle that you may safely use in other API functions but that will cause these functions to immediately return without doing anything:
- The SDK doesn't find a handle associated with the guid.
- The call ended before the SDK could retrieve the handle.