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