Click or drag to resize

LoginParameters Class

Provides methods and property to set default parameters for login and others application related parameters.
Inheritance Hierarchy
SystemObject
  Unvired.Kernel.UWP.LoginLoginParameters

Namespace:  Unvired.Kernel.UWP.Login
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class LoginParameters

The LoginParameters type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAdsDomain
Public propertyStatic memberAdsPassword
Public propertyStatic memberAdsUserId
Public propertyStatic memberAppName
Public propertyStatic memberAppTitle
Set application Title to be displayed instead of application name in Metadata application.
Public propertyStatic memberAssemblyName
Public propertyStatic memberAssemblyVersion
Public propertyStatic memberAttachmentWaitSleepTime
Set Attachment Wait sleep time in milliseconds
Public propertyStatic memberAutoSendTime
Public propertyStatic memberAutoSyncTime
Public propertyStatic memberAutoSyncTimeForPullQuery
Public propertyStatic memberCompany
Public propertyStatic memberCompanyPlaceholder
Public propertyStatic memberConnectivityLevels
If this is set to an empty array, all http call will be made without checking for connectivity. This may result in setting all BE to error state in async call
Public propertyStatic memberCurrentLoginMode
Public propertyStatic memberCurrentLoginTypes
Public propertyStatic memberDemoData
Public propertyStatic memberDeviceId
Public propertyStatic memberDeviceType
Public propertyStatic memberEntityNamespace
Public propertyStatic memberHttpConnectionTimeOut
Http connection timeout in minute
Public propertyStatic memberIsCordovaApplication
Public propertyStatic memberIsRequiredAttachmentBase64
Public propertyStatic memberIsShowToastFromFramework
Public propertyStatic memberLoginListener
Public propertyStatic memberLoginPageBrandingColor
Public propertyStatic memberMaxRetryAttemptsForAttachmentDownload
Public propertyStatic memberMetaDataXml
Public propertyStatic memberProtocol
Public propertyStatic memberRegisterForPushNotification
Public propertyStatic memberSapPassword
Public propertyStatic memberSapPortName
Public propertyStatic memberSapUserId
Public propertyStatic memberShowBrandLogo
Public propertyStatic memberShowCompany
Public propertyStatic memberSleepTimeBeforeAttachmentDownloadRetry
Public propertyStatic memberSupportedLoginTypes
Public propertyStatic memberUnviredPassword
Public propertyStatic memberUnviredUserId
Public propertyStatic memberUrl
Set Default URL for application, If not set by application take default UNI URL http://192.168.98.226:8080/UNI
Top
Methods
See Also