Package money.zumo.zumokit
Interface AccountDataListener
-
- All Known Implementing Classes:
AccountDataListener.CppProxy
public interface AccountDataListener
Callback interface used to listen for account data changes inUser
class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AccountDataListener.CppProxy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDataChange(java.util.ArrayList<AccountDataSnapshot> snapshots)
-
-
-
Method Detail
-
onDataChange
void onDataChange(java.util.ArrayList<AccountDataSnapshot> snapshots)
-
-