class Wacom::Kiosk::Message::Shared::SDKMessage::Integrator::Messages::OpenIdleMessage
class Wacom::Kiosk::Message::Shared::SDKMessage::Integrator::Messages::OpenIdleMessage
: public Wacom.Kiosk.Message.Shared.MessageBase
Message to open Idle view on the tablet.
Summary
| Members | Descriptions |
|---|---|
{property} string ImagesOrVideos | Gets the images or videos. |
{property} string DefaultOrCustomGroup | Gets the default or custom group. |
{property} int SlideShowInterval | Gets the slide show interval. |
{property} string BkgColor | Gets the bkg color. |
{property} string RemoteMediaDir | Gets the remote media dir. |
public inline OpenIdleMessage(KioskClient sender) | |
public inline OpenIdleMessage WithImagesOrVideos(string imagesOrVideos) | Fluent sets the images or videos. |
public inline OpenIdleMessage WithDefaultOrCustomGroup(string defaultOrCustomGroup) | Fluent sets the default or custom group. |
public inline OpenIdleMessage WithSlideShowInterval(int slideShowInterval) | Fluent sets the slide show interval. |
public inline OpenIdleMessage WithRemoteMediaDir(string remoteMediaDir) | Fluent sets the remote media dir. |
public inline OpenIdleMessage WithCustomBgColor(string color) | Fluent sets the Backgroundcolor. |
Members
{property} string ImagesOrVideos
Gets the images or videos.
The images or videos.
{property} string DefaultOrCustomGroup
Gets the default or custom group.
The default or custom group.
{property} int SlideShowInterval
Gets the slide show interval.
The slide show interval.
{property} string BkgColor
Gets the bkg color.
The background color.
{property} string RemoteMediaDir
Gets the remote media dir.
The remote media dir.
public inline OpenIdleMessage(KioskClient sender)
public inline OpenIdleMessage WithImagesOrVideos(string imagesOrVideos)
Fluent sets the images or videos.
Parameters
imagesOrVideosThe images or videos.
Returns
public inline OpenIdleMessage WithDefaultOrCustomGroup(string defaultOrCustomGroup)
Fluent sets the default or custom group.
Parameters
defaultOrCustomGroupThe default or custom group.
Returns
public inline OpenIdleMessage WithSlideShowInterval(int slideShowInterval)
Fluent sets the slide show interval.
Parameters
slideShowIntervalThe slide show interval.
Returns
public inline OpenIdleMessage WithRemoteMediaDir(string remoteMediaDir)
Fluent sets the remote media dir.
Parameters
remoteMediaDirThe remote media dir.
Returns
public inline OpenIdleMessage WithCustomBgColor(string color)
Fluent sets the Backgroundcolor.
Parameters
colorThe remote media dir.