Class Standard.Page.DeviceDetectedArgs
- Namespace
- Dynamicweb.Notifications
- Assembly
- Dynamicweb.dll
Arguments passed to DeviceDetected notification
public class Standard.Page.DeviceDetectedArgs : NotificationArgs
- Inheritance
-
Standard.Page.DeviceDetectedArgs
- Inherited Members
Properties
Device
Gets or sets the device.
public DeviceType Device { get; set; }
Property Value
- DeviceType
The detected DeviceType of the pageview.
Remarks
Set this property if an alternative or more precise detection is used
PageView
Gets or sets the pageview instance.
public PageView PageView { get; set; }
Property Value
- PageView
The pageview.
Platform
Gets or sets the platform.
public PlatformType Platform { get; set; }
Property Value
- PlatformType
The detected PlatformType of the pageview
Remarks
Set this property if an alternative or more precise detection is used