Enum DisplayTypes
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
Login page display type
public enum DisplayTypes
Fields
Mobile = 3Mobile optimized dialog designed for smartphones such as BlackBerry OS 5 that don’t support touch screens.
Page = 0Full-page authorization screen. This is the default value if none is specified.
Popup = 1Compact dialog optimized for modern Web browser popup windows.
Touch = 2Mobile-optimized dialog designed for modern smartphones such as Android and iPhone.