Releases: alan-ai/alan-sdk-ios
Releases · alan-ai/alan-sdk-ios
Alan iOS SDK v2.9.3
- Bug fixes
Alan iOS SDK v2.8.4
- Improve visual state functionality for background mode
Alan iOS SDK v2.7.3
- Updated functionality to take screenshots for extended debug logs.
Alan iOS SDK v2.7.2
- Fixed minor issue for screenshot functionality for extended debug logs.
Alan iOS SDK v2.7
- Added functionality to take screenshots for extended debug logs.
Alan iOS SDK v2.6
- Deprecation for AlanButton methods:
- (void)setVisual:(NSDictionary *)data;
- (void)playData:(NSDictionary *)data;
- (void)call:(NSString *)method withParams:(NSDictionary*)params callback:(void(^)(NSError *error, NSString *object))callback;
- Added AlanButton methods:
- (void)setVisualState:(NSDictionary *)visualStateData;
- (void)playCommand:(NSDictionary *)command;
- (void)callProjectApi:(NSString *)method withData:(NSDictionary*)data callback:(void(^)(NSError *error, NSString *object))callback;
Alan iOS SDK v2.5
- Updated internal documentation.
Alan iOS SDK v2.4
- Added headset support
Alan iOS SDK v2.3
- Added UUID parameter
Alan iOS SDK v2.2
- Added debug mode functionality
- Added support for wakeword model updates
- Added support to show/hide text box from Alan Studio script settings