Skip to content

Commit

Permalink
Release 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DixaRobot committed Jun 12, 2024
1 parent 36aacfb commit f22e17e
Show file tree
Hide file tree
Showing 20 changed files with 2,118 additions and 2,266 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,14 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger")
///
/// \param logLevel 0: none, 1: warning, 2: error, 3: all
///
/// \param pushEnvironment 0: production, 1: sandbox
///
+ (void)configureWithMessengerToken:(NSString * _Nonnull)token logLevel:(NSUInteger)logLevel pushEnvironment:(NSUInteger)pushEnvironment;
/// Configure the Messenger
/// \param token Dixa Messenger token
///
/// \param logLevel 0: none, 1: warning, 2: error, 3: all
///
+ (void)configureWithMessengerToken:(NSString * _Nonnull)token logLevel:(NSUInteger)logLevel;
/// Register for push notifications
/// \param deviceToken Device token data
Expand Down
Loading

0 comments on commit f22e17e

Please sign in to comment.