Classes
The following classes are available globally.
-
Event object that acts as the super class for other pre-defined Event classes. Implements Codable in order for it to be encoded/decoded as a data type and store/load from a property list.
See moreDeclaration
Swift
@objc public class Event : NSObject
-
Model to represent a custom attribute that is returned by the ping request in triggers.
See moreDeclaration
Swift
@objc public class CustomAttribute : NSObject
-
Class that contains the public methods for host application to call. Entry point for host application to communicate with InAppMessaging. Conforms to NSObject and exposed with objc tag to make it work with Obj-c projects.
See moreDeclaration
Swift
@objc public final class RInAppMessaging : NSObject