public static interface Broadcaster.PictureObserver
takePicture(file, resolution, observer)
Modifier and Type | Method and Description |
---|---|
void |
onPictureStored(File file)
Called if a call to takePicture succeeded in capturing
and storing a picture to the provided File object.
|
void onPictureStored(File file)
file
- Stored picture.