17 #ifndef __NUGU_RUNNER_H__
18 #define __NUGU_RUNNER_H__
26 namespace NuguClientKit {
40 struct NUGU_API NuguRunnerPrivate;
76 std::unique_ptr<NuguRunnerPrivate> priv;
NuguRunner.
Definition: nugu_runner.hh:54
std::function< void()> request_method
The request method callback.
Definition: nugu_runner.hh:59
ExecuteType
ExecuteType.
Definition: nugu_runner.hh:45
bool invokeMethod(const std::string &tag, request_method method, ExecuteType type=ExecuteType::Auto, int timeout=0)
Request to execute method on nugu loop.