public UssdText() { BindFrom = new UssdBoundModel(); BindAction = new UssdBoundAction(); }
public UssdMenu() { BindFrom = new UssdBoundModel(); Options = new List<UssdMenuOption>(); BindAction = new UssdBoundAction(""); }
public UssdText(string text) { Text = text; BindFrom = new UssdBoundModel(); BindAction = new UssdBoundAction(); }
public UssdForm() { BindTo = new UssdBoundModel(); Inputs = new List <UssdFormInput>(); OnSubmit = new UssdNavigator("ussd:nav:ussd"); }
public UssdForm() { BindTo = new UssdBoundModel(); Inputs = new List<UssdFormInput>(); OnSubmit = new UssdNavigator("ussd:nav:ussd"); }
public UssdActionHttpBody() { Params = new List <UssdActionHttpBodyParam>(); BindFrom = new UssdBoundModel(); }
public UssdMenu() { BindFrom = new UssdBoundModel(); Options = new List <UssdMenuOption>(); BindAction = new UssdBoundAction(); }
public UssdAction() { BindTo = new UssdBoundModel(); Http = new UssdActionHttp(); }
public UssdActionHttpBody() { Params = new List<UssdActionHttpBodyParam>(); BindFrom = new UssdBoundModel(); }
public UssdText() { BindFrom = new UssdBoundModel(); BindAction = new UssdBoundAction(""); }
public UssdText(string text) { Text = text; BindFrom = new UssdBoundModel(); BindAction = new UssdBoundAction(""); }