getInstance

Returns the shared instance of Pushwoosh SDK.

This is the main entry point for all Pushwoosh SDK operations. The instance is created automatically when the SDK is initialized and remains available throughout the application lifecycle. Example:


  Pushwoosh pushwoosh = Pushwoosh.getInstance();
  pushwoosh.registerForPushNotifications();

Return

Pushwoosh shared instance