getSupportedUriSchemes method

DBusArray getSupportedUriSchemes()

Gets value of property org.mpris.MediaPlayer2.SupportedUriSchemes

Implementation

DBusArray getSupportedUriSchemes() {
  return DBusArray.string([]);
}