app_manager/ClientApp Message

File: app_manager/ClientApp.msg

# like "android" or "web" or "linux"
string client_type

# like "intent = ros.android.teleop" and "accelerometer = true", used to choose which ClientApp to use
KeyValue[] manager_data

# parameters which just get passed through to the client app.
KeyValue[] app_data

Expanded Definition

string client_type
KeyValue[] manager_data
    string key
    string value
KeyValue[] app_data
    string key
    string value