SNSMobileSDKEvent constructor

SNSMobileSDKEvent(
  1. String eventType,
  2. Map payload
)

Implementation

SNSMobileSDKEvent(this.eventType, this.payload);