Skip to content

Commit

Permalink
Merge branch 'AddUserStateChangeObserver' of https://github.com/OneSi…
Browse files Browse the repository at this point in the history
…gnal/OneSignal-Android-SDK into AddUserStateChangeObserver
  • Loading branch information
jinliu9508 committed Nov 20, 2023
2 parents 226862c + 148c1a3 commit 8c35261
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ interface IUserManager {
*/
fun getTags(): Map<String, String>

/**
* Add an observer to the user state, allowing the provider to be
* notified whenever the user state has changed.
*/
fun addObserver(observer: IUserStateObserver)

/**
Expand Down

0 comments on commit 8c35261

Please sign in to comment.