cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Synchronize parameters

Former Member
0 Likes
3,930

Hi, I'm trying to make a synchronization function following the example of the function present in custdb.java, but I did not understand what parameters should I put in the call 'createSyncParms'.

Thanks in advance

View Entire Topic
jeff_albion
Product and Topic Expert
Product and Topic Expert

createSyncParms(String, String) returns a SyncParms class, which you use to provide information to log in to your MobiLink server. The method signature for createSyncParms is expecting a username and version name to access the MobiLink server.

Once you have your SyncParms object, you may need to specify additional synchronization options using the various .set*() modifiers.

Most synchronization applications minimally need to specify MobiLink client network protocol options, using the .getStreamParms().set*() modifiers.