Flutter Engine
 
Loading...
Searching...
No Matches
platform_handler.cc File Reference

Go to the source code of this file.

Namespaces

namespace  flutter
 

Variables

static constexpr char kChannelName [] = "flutter/platform"
 
static constexpr char kGetClipboardDataMethod [] = "Clipboard.getData"
 
static constexpr char kSetClipboardDataMethod [] = "Clipboard.setData"
 
static constexpr char kSystemNavigatorPopMethod [] = "SystemNavigator.pop"
 
static constexpr char kTextPlainFormat [] = "text/plain"
 
static constexpr char kTextKey [] = "text"
 
static constexpr char kNoWindowError [] = "Missing window error"
 
static constexpr char kUnknownClipboardFormatError []
 

Variable Documentation

◆ kChannelName

constexpr char kChannelName[] = "flutter/platform"
staticconstexpr

Definition at line 11 of file platform_handler.cc.

◆ kGetClipboardDataMethod

constexpr char kGetClipboardDataMethod[] = "Clipboard.getData"
staticconstexpr

Definition at line 13 of file platform_handler.cc.

◆ kNoWindowError

constexpr char kNoWindowError[] = "Missing window error"
staticconstexpr

Definition at line 20 of file platform_handler.cc.

◆ kSetClipboardDataMethod

constexpr char kSetClipboardDataMethod[] = "Clipboard.setData"
staticconstexpr

Definition at line 14 of file platform_handler.cc.

◆ kSystemNavigatorPopMethod

constexpr char kSystemNavigatorPopMethod[] = "SystemNavigator.pop"
staticconstexpr

Definition at line 15 of file platform_handler.cc.

◆ kTextKey

constexpr char kTextKey[] = "text"
staticconstexpr

Definition at line 18 of file platform_handler.cc.

◆ kTextPlainFormat

constexpr char kTextPlainFormat[] = "text/plain"
staticconstexpr

Definition at line 17 of file platform_handler.cc.

◆ kUnknownClipboardFormatError

constexpr char kUnknownClipboardFormatError[]
staticconstexpr
Initial value:
=
"Unknown clipboard format error"

Definition at line 21 of file platform_handler.cc.