Add a new SDK message that supports adding a station via the API. kAddStation is in keeping with the rest of the SDK event names, and it can take a callsign as its only property.
Ideally it would send a kStationAdded message in response if the station was added, and if not just send a kStationState message so the external app can refresh with the current info for the station.
Add a new SDK message that supports adding a station via the API.
kAddStation
is in keeping with the rest of the SDK event names, and it can take acallsign
as its only property.Ideally it would send a
kStationAdded
message in response if the station was added, and if not just send akStationState
message so the external app can refresh with the current info for the station.