Package-level declarations
Functions
Link copied to clipboard
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.