java.lang.Object | |
↳ | co.megacool.megacool.ReceivedShareOpenedEvent |
This device clicked on a share sent by someone else.
Note that this event does not fire when clicking your own links.
See docs.megacool.co/learn/links for more info on when different properties are available on the event.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Date |
getCreatedAt()
The time the share was opened.
| ||||||||||
String |
getSenderUserId()
The
userId for the user that sent the share. | ||||||||||
Share |
getShare()
The share object that lead to the event, or
null . | ||||||||||
boolean |
isFirstSession()
Whether this was an install, or a re-engagement.
| ||||||||||
String |
toString()
Get the event as a String.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The time the share was opened.
The share object that lead to the event, or null
.
This will be null
if the url clicked didn't contain enough information to
identify the specific share, but we could identify the sender.
null
if none could be identified.
Whether this was an install, or a re-engagement.
true
if this was an install, false
otherwise.
Get the event as a String.