I placed fire-base in app messaging in my app. While open the app i got in app message correctly when sent from console. now how to send in app message when user opened 3 times or any other condition he should get that in app message? please help.
Asked
Active
Viewed 514 times
2
-
You can keep the app open count in sharedpref , when condition satisfy trigger inappmessage. – pa1.Shetty Apr 16 '19 at 09:24
-
i dont know how to trigger from coding. Please send any sample.Thanks – imi Apr 16 '19 at 09:26
-
If your requirement is to call inappmessage when user opens app for third time. create a sharedpref, increment it every time user opens the app , check if it is equal to 3. if so call inappmessage. Go through this [link](https://developer.android.com/reference/android/hardware/TriggerEventListener) for more details. – pa1.Shetty Apr 16 '19 at 09:35
-
@PavanShetty u said to call Inappmessage right. I want code how to call inappmessage. for now i send messages from console but from app how to send message – imi Apr 16 '19 at 09:48