Click or drag to resize
TextInputMethodTextInteractiveOptions Enumeration

[This is preliminary documentation and is subject to change.]

Allows the text to be made interactive on certain operating systems. For example, marking the text entry as Phone will turn the text into a callable number when displayed on the Summary page in iOS.

Namespace: Documentation.Objects.InputMethods
Assembly: meFoundationDocumentation (in meFoundationDocumentation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum TextInteractiveOptions
Members
  Member nameValueDescription
Default0
Email1
Address2
Phone3
Position4
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.TextInputMethod",
    "Active": true,
    "Guid": "4b7d14ad-ca39-44db-a27b-62602ee9e68c",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "85826c9c-1fd8-456e-979f-8533b25bc7cb",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Text Entry",
    "AnswerSubType": "Unformatted",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "bd8905c2-b0a6-461c-bbfe-1db2cebd244e",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "a162b7c7-159d-4e39-8085-8699d727161d",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "System.String"
    },
    "RoamingDefault": false,
    "MaximumLength": 32768,
    "MinimumLength": 0,
    "DefaultToTenKey": false,
    "InteractiveOption": 0
}
See Also