cancel
Showing results for 
Search instead for 
Did you mean: 

SyncResult getCurrentTableName with null value on Android

Former Member
1,505

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

View Entire Topic
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.