sendAppMessage

Reference

---@param id string
---@param message any
function sendAppMessage(id, message) end

Usage example

  exports.fd_laptop:sendAppMessage('testing_app', {
      action = "test",
      data = {
          foo = "bar"
      }
  })

Copyright © 2025 Felis Development