cancel
Showing results for 
Search instead for 
Did you mean: 

SyncResult getCurrentTableName with null value on Android

Former Member
1,469

Hi,

I've implemented a syncObserver to get the name of the tables during the receiving data state but when I try to use the method "getCurrentTableName" of the SyncResult it returns a null value. Is there something that I forgot?

I´m using ultraliteJ version 12.0.1 ebf 3406.

tks,

Renato

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Renato, I'm getting table names whith getCurrentTableName listening Receiving Table State: SyncObserver.States.RECEIVING_TABLE

Anyway, it would be fine to have a better documentation about sync states in ultralite clients. A comented state diagran would be perfect.

Answers (1)

Answers (1)

Former Member

David,

My code was trying to get the table name on the RECEIVING_DATA state, I made some modifications on my code and it works perfectly.

tks