Package-level declarations

Types

Link copied to clipboard
interface Event
Link copied to clipboard
abstract class EventManager

Functions

Link copied to clipboard
fun Event.toSFMCSdkEvent(): Event?

Convert a PushSdk Event to an SFMCSdk Event

Link copied to clipboard
fun Array<in Event>.toSFMCSdkEvents(producers: EnumSet<Event.Producer> = EnumSet.allOf(UnifiedSdkEvent.Producer::class.java)): Array<out Event>

Convert PushSdk Events into non-null, filtered by Producer, Array of SFMCSdk Events.