ActiveLook / ios-sdk

iOS SDK for ActiveLook eyewear
https://www.activelook.net/
Apache License 2.0
10 stars 8 forks source link

Changelog 4.2 does not reflect some updates #9

Closed pierrerougeotf closed 2 months ago

pierrerougeotf commented 2 years ago

For instance, ActiveLook.shared is deprecated, ActiveLook.shared() should be called instead, it however requires a unique prior call to

ActiveLook.shared(token: String,
                   onUpdateStartCallback: @escaping StartClosureSignature,
                   onUpdateProgressCallback: @escaping ProgressClosureSignature,
                   onUpdateSuccessCallback: @escaping SuccessClosureSignature,
                   onUpdateFailureCallback: @escaping FailureClosureSignature)