This repository has been archived by the owner on Jan 16, 2020. It is now read-only.
mateuszStaruchowicz
released this
26 Feb 10:04
·
4 commits
to master
since this release
API version 0.13
Added:
CouponComponent
has now option to be removed from internal storage. See documentationAvailableLanguages
gain ability tosave()
them in persistent storage, read saved bysaved()
method andremove()
stored data. See documentationAnalyticsItem
gain ability tosave()
them in persistent storage, read saved bysaved()
method andremove()
stored data. See documentationBeacon
gain ability tosave()
them in persistent storage, read saved bysaved()
method andremove()
stored data. See documentationChannel
gain ability tosave()
them in persistent storage, read saved bysaved()
method andremove()
stored data. See documentationGeofence
gain ability tosave()
them in persistent storage, read saved bysaved()
method andremove()
stored data. See documentationFormComponent
gain ability tosave()
them in persistent storage, read saved bysaved()
method andremove()
stored data. See documentationRatingComponent
gain ability tosave()
them in persistent storage, read saved bysaved()
method andremove()
stored data. See documentationSeenChannels
gain ability tosave()
them in persistent storage, read saved bysaved()
method andremove()
stored data. See documentation
Changed:
CouponComponent
save()
andsaved()
methods was change for throwable functions. See documentation