3.3.2 Release
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
- Update to OneSignal-iOS-SDK 3.11.2
Full Changelog: 3.3.1...3.3.2