Link Search Menu Expand Document

Root.SetReLoginURL Property

Explanation Specifies the URL to log in if the Biz / Browser AI process is automatically restarted after being forcibly terminated due to an external factor.
If no re-login destination is specified, it will be automatically logged in to the last logged-in CRS.

The re-login destination set by this method at the time of automatic restart is automatically set to the same one even after re-login, but it will be reset if the application is terminated normally or if you log in to a different CRS again.

If you want to save the data at a safe timing, save the data at the timing when $ ACTIVITY_ON_PAUSE of the WindowStateChanged event is received.

Please refer to the Android Version Features and Restrictions for more information.

Can only be use in AI
Call format //.SetReloggedInURL( URL )
Return value None
Arguments String URL Specify the URL of the login destination CRS with an absolute path.
Exception None
Example of use
    //.SetReloggedInURL("http://test.example.com/crs/relogin.crs");
    
Related item ReLoggedIn property