LoginServer

constructor(@NonNull name: String, @NonNull url: String, isCustom: Boolean)

Parameterized constructor.

Parameters

name

Server name.

url

Server URL.

isCustom

True - if custom URL, False - otherwise.