Stickers — Unlock
The LiSA Player dispatches a message when an active sticker with an activation timer is unlocked, indicating that the activation timer has completed.
This message is sent by the LiSA Player to the host app / environment.
Properties
Along with all standard Sticker message properties, an Unlock message includes the following additional properties:
messageType
Required.
lsc:sticker:unlock
stickerActivationTimerIsActive
Required.
The stickerActivationTimerIsActive
property indicates, whether the sticker's activation timer is currently running.
In case of the Sticker Unlock message, the value is always false
.
stickerActivationTimerIsCompleted
Required.
The stickerActivationTimerIsCompleted
property indicates, whether the sticker's activation timer is complete.
In case of the Sticker Unlock message, the value is always true
.
stickerIsExpired
Required.
The stickerIsExpired
property indicates, whether the sticker has expired.
In case of the Sticker Unlock message, the value is always false
.
stickerIsUnlocked
Required.
The stickerIsUnlocked
property indicates, whether the sticker is unlocked. Either when the activation timer is not set or has completed AND the sticker has not expired.
In case of the Sticker Unlock message, the value is always true
.
Type Definition
Examples
Last updated