Amazon.Device.InputMapping 1.0.0
Loading...
Searching...
No Matches
Amazon.Device.InputMapping.TriggerHandler Class Reference

Facilitates displaying the input help. More...

Static Public Member Functions

static void ShowHelp (string title)
 Shows a help as a dialog over the game/app view.
 
static void ShowHelp (string title, UIMode uiMode)
 Shows a help as a dialog over the game/app view with a theme.
 
static void SetUiMode (UIMode uiMode)
 Set the theme for the dialog box.
 

Detailed Description

Facilitates displaying the input help.

Member Function Documentation

◆ SetUiMode()

static void Amazon.Device.InputMapping.TriggerHandler.SetUiMode ( UIMode  uiMode)
static

Set the theme for the dialog box.

Parameters
uiModeOne of UIMode.LIGHT, UIMode.DARK, UIMode.AUTO

◆ ShowHelp() [1/2]

static void Amazon.Device.InputMapping.TriggerHandler.ShowHelp ( string  title)
static

Shows a help as a dialog over the game/app view.

Parameters
titleThe title of the app which will be displayed in the dialog title

◆ ShowHelp() [2/2]

static void Amazon.Device.InputMapping.TriggerHandler.ShowHelp ( string  title,
UIMode  uiMode 
)
static

Shows a help as a dialog over the game/app view with a theme.

Parameters
titleThe title of the app which will be displayed in the dialog title
uiModeOne of UIMode.LIGHT, UIMode.DARK, UIMode.AUTO