Solved
Android Adobe SDK APIS from Mobile Core not capturing trackAction and trackState data.
Hi ,
I am using below code to integrate Adobe Mobile SDK and dependency respectively.

Dependencies:
implementation 'com.adobe.marketing.mobile:analytics:1.2.9'
implementation 'com.adobe.marketing.mobile:mobileservices:1.1.5'
implementation 'com.adobe.marketing.mobile:userprofile:1.1.0'
implementation 'com.adobe.marketing.mobile:sdk-core:1.9.0'
And used syntax for trackAction and trackState from below URL in my Activities and Fragments.
https://aep-sdks.gitbook.io/docs/getting-started/initialize-the-sdk
Kindly help me with this integration as the documentation is not clear .
Thanks