Method AddKeyboard
AddKeyboard(String, String, String, String, String)
The API Adds custom keyboard. however the keyboard size is fixed and the no of rows are fixed to 4 as well. the no of coloumns in each row depends on comma seperated string. Each row string can contain one string or null or comma seperated string, the no of coloumns on each row depends on the no of commas
Declaration
public virtual bool AddKeyboard(string KeyboardName, string Row1strings, string Row2strings, string Row3strings, string Row4strings)
Parameters
Type | Name | Description |
---|---|---|
System.String | KeyboardName | The Name of the Keyboard. There are some existing default keyboard names ("Deutsch", "DeutschGro�", "English", "EnglishCaps", "NumericNSymbolsKeyBoard") and these cannot be used as custom keyboard names, this will return error |
System.String | Row1strings | Comma seperated string for first row. eg "q,w,e,r,t,y,u,i,o,p" gives 10 keys of equal size in the first row |
System.String | Row2strings | Comma seperated string for Second row. eg "q,w,e,r,t,y,u,i,o,p" gives 10 keys of equal size in the Second row |
System.String | Row3strings | Comma seperated string for third row. eg "q,w,e,r,t,y,u,i,o,p" gives 10 keys of equal size in the third row |
System.String | Row4strings | Comma seperated string for fourth row. eg "q,w,e,r,t,y,u,i,o,p" gives 10 keys of equal size in the fourth row |
Returns
Type | Description |
---|---|
System.Boolean | bool |