A {@link VersionCheck} can be added by calling {@link TabrisClientInstaller#setVersionCheck(VersionCheck)}. It's methods will be called before a {@link UISession} will be created. You can implement the{@link VersionCheck#accept(String,String)} to either accept or decline the requesting client.
Please Note: The methods of the {@link VersionCheck} are called before a {@link UISession} exists. This meansyou won't have access to any {@link ClientService} or other session scoped APIs.
@since 1.4
|
|
|
|
|
|
|
|
|
|
|
|