Contents Index user_data synchronization parameter version synchronization parameter pdf/preface.pdf

UltraLite User's Guide
  UltraLite Reference
    Synchronization parameters

user_name synchronization parameter


Function 

A string specifying the user name that uniquely identifies the MobiLink client to the MobiLink synchronization server. MobiLink uses this value to determine the download content, to record the synchronization state, and to recover from interruptions during synchronization.

Default 

The parameter is required, and is a string.

C/C++ usage 

Set the parameter as follows:

ul_synch_info info;
// ...
info.user_name= UL_TEXT( "uluser" );
Java usage 

The Java access methods are getUserName and setUserName.

Set the parameter as follows:

UlSynchOptions synch_options = new UlSynchOptions();
synch_opts.setUserName( "myname" );
See also 

Authenticating MobiLink Users.

The MobiLink user.


Contents Index user_data synchronization parameter version synchronization parameter pdf/preface.pdf