const char CB_CONNECT_METHOD[] =
R"__cs_cb(
/// <summary>
- /// Connects to the service app.
+ /// Connects to the stub app.
/// </summary>
/// <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
/// <privilege>http://tizen.org/privilege/datasharing</privilege>
}
/// <summary>
- /// Disconnects from the service app.
+ /// Disconnects from the stub app.
/// </summary>
/// <exception cref="System.InvalidOperationException">
/// Thrown when an internal IO error occurrs.
}
/// <summary>
- /// Connects to the service app synchronously.
+ /// Connects to the stub app synchronously.
/// </summary>
/// <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
/// <privilege>http://tizen.org/privilege/datasharing</privilege>