Android Tutorial FCM Push-Messages: Foreground/Background/Data/Notification

Tareq Khan

Member
Licensed User
Longtime User
for c) extras of the intent
B4X:
Sub Activity_Resume
    Dim in As Intent
    in = Activity.GetStartingIntent
    Log(in.GetExtra("data"))
End Sub

How to implement this in B4XPages? Thanks.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…