How to design and USSD Application flow. We will be getting just the unique session of the user and user input.
1 Answer
My approach was:
A HashMap<msisdn, Finite State Machine>().
You can use this previous question for more information.
How to design and USSD Application flow. We will be getting just the unique session of the user and user input.
My approach was:
A HashMap<msisdn, Finite State Machine>().
You can use this previous question for more information.