Parsely / parsely-android

The official Parse.ly Android toolkit -- for instrumenting your apps with Parse.ly
https://docs.parse.ly/android-sdk/
Other
6 stars 6 forks source link

Attach to application process to flush events when client application goes to background #76

Closed wzieba closed 1 year ago

wzieba commented 1 year ago

What?

Attach to application lifecycle using ProcessLifecycleOwner and send events to Parse.ly servers whenever application reaches ON_STOP lifecycle phase.

Why?