Class IronSourceSegmentAndroid
Inheritance
IronSourceSegmentAndroid
Assembly: Unity.LevelPlay.dll
Syntax
[Obsolete("Please use IronSourceEvents", false)]
public class IronSourceSegmentAndroid : AndroidJavaProxy, IUnitySegment
Constructors
IronSourceSegmentAndroid()
Declaration
public IronSourceSegmentAndroid()
Methods
onSegmentRecieved(string)
Declaration
public void onSegmentRecieved(string segmentName)
Parameters
Type |
Name |
Description |
string |
segmentName |
|
Events
OnSegmentRecieved
Event triggered when a segment is received
Declaration
public event Action<string> OnSegmentRecieved
Event Type
Implements