public interface StorageAccessListener
Created by kgalligan on 11/25/15.
Modifier and Type | Method and Description |
---|---|
void |
onDataAuth()
Data access is not ready, needs auth.
|
void |
onDataFailed()
Data access has failed permanently for this session.
|
void |
onDataReady()
Data access is ready.
|
void onDataReady()
void onDataFailed()
void onDataAuth()