D0301
HTML Application SDK  A0.101
Public Member Functions | List of all members
TvKeyboardStatus Interface Reference

import"TvKeyboardStatus.idl";

Public Member Functions

void disableVirtualKeyboard ()
 
void enableVirtualKeyboard ()
 
void SmartTVKeyboardClosed ()
 
void SmartTVKeyboardOpened ()
 

Detailed Description

This is a class which implements global TvKeyboardStatus object.

Member Function Documentation

void TvKeyboardStatus.disableVirtualKeyboard ( )

This function provides that the virtual keyboard is disabled.

expect(typeof(TvKeyboardStatus.disableVirtualKeyboard)).toBe("function", "disableVirtualKeyboard function is missing!");
void TvKeyboardStatus.enableVirtualKeyboard ( )

This function provides that the virtual keyboard is enabled.

expect(typeof(TvKeyboardStatus.enableVirtualKeyboard)).toBe("function", "enableVirtualKeyboard function is missing!");
void TvKeyboardStatus.SmartTVKeyboardClosed ( )

This function signals that the keyboard is closed so that second screen applications are notified through DIAL.

expect(typeof(TvKeyboardStatus.SmartTVKeyboardClosed)).toBe("function", "SmartTVKeyboardClosed function is missing!");
void TvKeyboardStatus.SmartTVKeyboardOpened ( )

This function signals that the keyboard is opened so that second screen applications are notified through DIAL.

expect(typeof(TvKeyboardStatus.SmartTVKeyboardOpened)).toBe("function", "SmartTVKeyboardOpened function is missing!");

The documentation for this interface was generated from the following file: