User provided function that will be invoked when the hwc.getPicture function is successful.
<static> onGetPictureSuccess( filename, response )
| Name | Type | Description |
| filename | string | file name of the image |
| response | string | the response will be either a Base64-encoded JPG string or a URI depending on the options passed to
the hwc.getPicture function.
|