FileDocCategorySizeDatePackage
IObbActionListener.javaAPI DocAndroid 5.1 API4826Thu Mar 12 22:22:10 GMT 2015android.os.storage

IObbActionListener

public interface IObbActionListener implements android.os.IInterface
Callback class for receiving events from MountService about Opaque Binary Blobs (OBBs).
hide
- Applications should use StorageManager to interact with OBBs.

Fields Summary
Constructors Summary
Methods Summary
public voidonObbResult(java.lang.String filename, int nonce, int status)
Return from an OBB action result.

param
filename the path to the OBB the operation was performed on
param
nonce identifier that is meaningful to the receiver
param
status status code as defined in {@link OnObbStateChangeListener}