Skip to main content
Version: 11.2

$.udb.loginStatus()

note

This article is about the status.loginStatus property of the udb object.

warning

This property is a read-only property that returns the value of the .status.loggedIn() function directly. It only still exists for backwards compatibility purposes only.

$.udb.status.loginStatus

Returns the login status of the application.

Syntax

$.udb.status.loginStatus

Example

if (!$.udb.status.loginStatus)
console.log('Logged in');