53 TEMPLATABLE_VALUE(std::string,
message)
54 TEMPLATABLE_VALUE(
bool, include_android_app_record)
56 void play(
const Ts &...
x)
override {
57 this->
parent_->set_tag_write_message(this->message_.optional_value(
x...),
58 this->include_android_app_record_.optional_value(
x...));