LoginServer

open class LoginServer

Class to encapsulate a login server name, URL, index and type (custom or not).

Constructors

Link copied to clipboard
constructor(@NonNull name: String, @NonNull url: String, isCustom: Boolean)
Parameterized constructor.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun toString(): String