- Preview of the RecordTransactionActivity buying UI - MarketCapManager.java and CoinmarketCapAPIManager are now merged
10 lines
203 B
Java
10 lines
203 B
Java
package com.herbron.moodl.DataNotifiers;
|
|
|
|
public interface HitBTCUpdateNotifierInterface {
|
|
|
|
void onHitBTCBalanceUpdateSuccess();
|
|
|
|
void onHitBTCBalanceUpdateError(int accountId, String error);
|
|
|
|
}
|