WOWZDataEvent

Superclass:
NSObject
Declared In:

Introduction

The WOWZDataEvent class provides the top-level interface for encapsulating map, or list, of items that represent server metadata that's sent and received by GoCoder.



Methods

-initWithName:mapParams:

initWithName:mapParams:


- (nonnull instancetype) initWithName:(nonnull NSString *)name 
        mapParams:(nonnull WOWZDataMap *)mapParams; 
Parameters
name

The name of the WOWZDataEvent.

mapParams

The map of event metadata to include in the WOWZDataEvent.

Return Value

An instance of WOWZDataEvent.

Discussion

Initializes a WOWZDataEvent with a WOWZDataMap of event metadata.


Properties

eventMapParams
eventName

eventMapParams


@property (nonatomic,
    strong,
    nullable) WOWZDataMap *eventMapParams; 
Discussion

The WOWZDataMap that contains the event metadata. If this value is set, eventListParams should be nil.


eventName


@property (nonatomic,
    strong,
    nullable) NSString *eventName; 
Discussion

The name of the WOWZDataEvent.