I'm trying to implement OneSignal's Push Notification SDK on android and in order to do so, I need to Extend Application Class and call
OneSignal.startInitin theonCreatemethod.
I've been following the guides posted in the documentation and the Android Extend Sample App. Neither of these are working at all.
Trying to build the Android Extend Sample App results in Java ID 0 not found error.
I'm also exploring the possibility of export class AppComponent extends android.app.Application which I'm having no luck with so far.
Any tips would greatly be appreciated!