bump.

On Friday, June 14, 2019 at 9:34:07 AM UTC-4, Bobby_Bouche wrote:
>
> i got this so far.
>
> its not triggering the settext at all. is there something special i have 
> to do?
>
> MainPage.BTCkit.wallet().addCoinsReceivedEventListener(new 
> WalletCoinsReceivedEventListener() {
>     @Override
>     public void onCoinsReceived(Wallet w, Transaction tx, Coin prevBalance, 
> Coin newBalance) {
>         TextView tVStatus = (TextView)findViewById(R.id.tVStatus);
>         tVStatus.setText("Testing");
>     }
> });
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bitcoinj+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bitcoinj/4d1174f7-e340-41d2-b648-659a40d63e64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to