Added in API level 1

MediaScannerConnection.MediaScannerConnectionClient

public static interface MediaScannerConnection.MediaScannerConnectionClient
implements MediaScannerConnection.OnScanCompletedListener

android.media.MediaScannerConnection.MediaScannerConnectionClient


An interface for notifying clients of MediaScannerConnection when a connection to the MediaScanner service has been established and when the scanning of a file has completed.

Summary

Public methods

abstract void onMediaScannerConnected()

Called to notify the client when a connection to the MediaScanner service has been established.

Inherited methods

Public methods

onMediaScannerConnected

Added in API level 1
public abstract void onMediaScannerConnected ()

Called to notify the client when a connection to the MediaScanner service has been established.