Megacool Unity
TheUnityinterfacetotheMegacoolSDK
Public Types | Public Member Functions | Properties | List of all members
MegacoolEvent Class Reference

Events emitted by the SDK when users clicks on links. More...

Public Types

enum  MegacoolEventType { ReceivedShareOpened = 0, SentShareOpened, LinkClicked }
 

Public Member Functions

 MegacoolEvent (AndroidJavaObject jEvent)
 
 MegacoolEvent (Megacool._LinkClickedEvent e)
 
 MegacoolEvent (Megacool._ReceivedShareOpenedEvent e)
 
 MegacoolEvent (Megacool._SentShareOpenedEvent e)
 
override string ToString ()
 

Properties

MegacoolShare Share [get]
 
MegacoolEventType Type [get]
 
bool FirstSession [get]
 
Dictionary< string, object > Data [get]
 

Detailed Description

Events emitted by the SDK when users clicks on links.

See the documentation for Megacool.OnLinkClicked, Megacool.OnReceivedShareOpened and Megacool.OnSentShareOpened for details on the different events.


The documentation for this class was generated from the following file: