In b4a i can do
toastMessage("android.")
in b4i i can use HUD
toastmessage("ios")
I am working on a cross platform app.
So is there a way to
Example
If
b4i
then
Toastmessage("b4i")
else
if b4a
Toastmessage("b4a")
Is there any documentation for this.
I hope my question makes sense.
Thanks in advance
toastMessage("android.")
in b4i i can use HUD
toastmessage("ios")
I am working on a cross platform app.
So is there a way to
Example
If
b4i
then
Toastmessage("b4i")
else
if b4a
Toastmessage("b4a")
Is there any documentation for this.
I hope my question makes sense.
Thanks in advance