displayInterval property
The period of time that the message will be displayed to users.
You can define both a startTime
and endTime
for each message. A
message is displayed immediately after a Wallet Object is inserted unless
a startTime
is set. The message will appear in a list of messages
indefinitely if endTime
is not provided.
Implementation
TimeInterval? displayInterval;