sendAppOpen
Sends an application open event to Pushwoosh.
This method is usually called automatically by the SDK when the application launches. However, in some custom integration scenarios, you may need to call it manually to ensure proper tracking of app opens and session analytics. Example:
// Manually send app open event (usually not needed)
Pushwoosh.getInstance().sendAppOpen();
Content copied to clipboard