v1.15.0
rakutentech-ci-publisher
released this
24 Jun 04:45
·
113 commits
to master
since this release
- Feature: Added
setCloseAlert(alertInfo: CloseAlertInfo)
interface support to Mini Apps share info about Close confirm alert - Feature: Added Secure storage related interfaces.
setItems(items: MiniAppSecureStorageKeyValues)
,getItem(key: string)
,removeItems(key: [string])
,clear()
,size()
. These interfaces can be used to storage items in the SDK.