FileDocCategorySizeDatePackage
IMediaScannerListener.javaAPI DocAndroid 5.1 API3361Sat Mar 14 05:48:10 GMT 2015android.media

IMediaScannerListener

public interface IMediaScannerListener implements android.os.IInterface
{@hide}

Fields Summary
Constructors Summary
Methods Summary
public voidscanCompleted(java.lang.String path, android.net.Uri uri)
Called when a IMediaScannerService.scanFile() call has completed.

param
path the path to the file that has been scanned.
param
uri the Uri for the file if the scanning operation succeeded and the file was added to the media database, or null if scanning failed.