Searched refs:contentText (Results 1 – 8 of 8) sorted by relevance
34 | contentText | string | 否 | 通知内容。 |58 contentText: 'text',
34 | contentText | string | No | Notification content. …58 contentText: 'text',
262 std::string contentText; in ParseShowOptions() local263 if (GetStringProperty(env, argv[PARAM0], "contentText", contentText) != nullptr) { in ParseShowOptions()264 normalContent->SetText(contentText); in ParseShowOptions()
134 …:ShowNotificationOptions;<br>方法or属性:contentText?: string;<br>旧版本信息:|类名:ShowNotificationOptions;<br…
299 …:ShowNotificationOptions;<br>方法or属性:contentText?: string;<br>旧版本信息:|类名:ShowNotificationOptions;<br…
134 …ibute name: contentText?: string;<br>Old version information: |Class name: ShowNotificationOptions…
299 …ibute name: contentText?: string;<br>Old version information: |Class name: ShowNotificationOptions…
7836 auto contentText = wss.str(); in OnBackPressed() local7837 auto contentLength = static_cast<int32_t>(contentText.length()); in OnBackPressed()7845 CHECK_NULL_BREAK(contentText[index] == L'\n'); in OnBackPressed()