How do you send an array of strings with a signal in Dbus with Glib bindings?

1 answer

Answer

1207011

2026-04-10 10:05

+ Follow

Arrays are passed as arguments to method parameters. To pass a string array from one activity to another the code is [] stringArray = intent.getStringArrayExtra("string-array");.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.