- outBitmap
- The bitmap to contain the thumbnail.
- canvas
- Can be used to render into the bitmap.
Documentation for this section has not yet been entered.
Generate a new thumbnail for this activity. This method is called before pausing the activity, and should draw into outBitmap the imagery for the desired thumbnail in the dimensions of that bitmap. It can use the given canvas, which is configured to draw into the bitmap, for rendering if desired.
The default implementation returns fails and does not draw a thumbnail; this will result in the platform creating its own thumbnail if needed.