Skip to content

3.3.2 Release

Compare
Choose a tag to compare
@nan-li nan-li released this 17 Jun 17:41
· 275 commits to main since this release
24f4262

What's Changed

  • [Feature] Add callbacks to the setLanguage method in #568
    OneSignal.shared.setLanguage("fr").then((response) { // Example of setting the language to French.
        print("Successfully set language with response: $response");
    }).catchError((error) {
        print("Failed to set language with error: $error");
    });

Native SDK Updates

Full Changelog: 3.3.1...3.3.2