ClipboardData: { text?: string; android?: { isSensitive: boolean } }

Type declaration

  • Optional text?: string
  • Optional android?: { isSensitive: boolean }
    • isSensitive: boolean

      If clipboard contains any sensitive content; such as passwords or credit card information; you must set this field to true.

Generated using TypeDoc