on ‎2011 Sep 09 12:00 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.