H Hanstel Member Licensed User Jun 13, 2018 #1 Started with "Oreo", USSD Interaction is finally supported on Android, I'm a newbie and looking for help how to implement this on a public service App.
Started with "Oreo", USSD Interaction is finally supported on Android, I'm a newbie and looking for help how to implement this on a public service App.
Erel B4X founder Staff member Licensed User Longtime User Jun 13, 2018 #2 Do you want to call this method: https://developer.android.com/refer...ger.UssdResponseCallback, android.os.Handler) ? Upvote 0
Do you want to call this method: https://developer.android.com/refer...ger.UssdResponseCallback, android.os.Handler) ?
H Hanstel Member Licensed User Jun 13, 2018 #3 Yes please, I need interaction between USSD and my App, I will provide the users buttons, instead of punching numbers to USSD response prompt. Last edited: Jun 13, 2018 Upvote 0
Yes please, I need interaction between USSD and my App, I will provide the users buttons, instead of punching numbers to USSD response prompt.
Erel B4X founder Staff member Licensed User Longtime User Jun 14, 2018 #4 It cannot be called with JavaObject. It requires building a small library. Upvote 0
H Hanstel Member Licensed User Jun 14, 2018 #5 Can you guide me on how to do it please, I'm more than willing to learn. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 14, 2018 #6 See the tutorials here: https://www.b4x.com/android/forum/forums/libraries-developers-questions.32/ Building a library requires some Java knowledge. You might also post a request in the job offers forum. Upvote 0
See the tutorials here: https://www.b4x.com/android/forum/forums/libraries-developers-questions.32/ Building a library requires some Java knowledge. You might also post a request in the job offers forum.