MDEngagementType
@objc
public enum MDEngagementType : Int
There are 2 types of SDK engagements:
- form: Intercept will launch a form survey to collect user feedback
- appRating: Intercept will be prompted the user to rate the app in AppStore
-
Undocumented
Declaration
Swift
case form = 0
-
Undocumented
Declaration
Swift
case appRating = 1
-
Undocumented
Declaration
Swift
func toString() -> String
-
Undocumented
Declaration
Swift
static func stringToEngagementType(_ string: String?) -> MDEngagementType?