Skip to main content

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

MembersDescriptions
{property} string ImagesOrVideosGets the images or videos.
{property} string DefaultOrCustomGroupGets the default or custom group.
{property} int SlideShowIntervalGets the slide show interval.
{property} string BkgColorGets the bkg color.
{property} string RemoteMediaDirGets 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

  • imagesOrVideos The images or videos.

Returns

public inline OpenIdleMessage WithDefaultOrCustomGroup(string defaultOrCustomGroup)

Fluent sets the default or custom group.

Parameters

  • defaultOrCustomGroup The default or custom group.

Returns

public inline OpenIdleMessage WithSlideShowInterval(int slideShowInterval)

Fluent sets the slide show interval.

Parameters

  • slideShowInterval The slide show interval.

Returns

public inline OpenIdleMessage WithRemoteMediaDir(string remoteMediaDir)

Fluent sets the remote media dir.

Parameters

  • remoteMediaDir The remote media dir.

Returns

public inline OpenIdleMessage WithCustomBgColor(string color)

Fluent sets the Backgroundcolor.

Parameters

  • color The remote media dir.

Returns