Package-level declarations

Types

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

Functions

Link copied to clipboard
fun shouldHandleNotificationEvent(event: SdkEvent): Boolean

Check to see in an SdkEvent is a NotificationEvent and has destinations NotificationEvent.ENGAGEMENT or NotificationEvent.UNKNOWN

Link copied to clipboard

Convert a PushSdk Event to an SFMCSdk Event

Link copied to clipboard
@JvmOverloads
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.