OYMNotificationResult Class Reference

Inherits from NSObject
Conforms to OYMJsonProtocol
Declared in OYMNotificationResult.h
OYMNotificationResult.m

Overview

This class includes all the required information to handle the triggered notifications.

  notification

Notification triggered

@property (readonly) OYMNotification *notification

Declared In

OYMNotificationResult.h

  place

POI related to the Notification

@property (readonly) OYMPlace *place

Declared In

OYMNotificationResult.h

– initWithNotificationWrapper:

This method gets the OYMNotificationResult object.

- (instancetype)initWithNotificationWrapper:(OYMNotificationWrapper *)nw

Parameters

nw

OYMNotificationWrapper where the Notification should be extracted

Return Value

The OYMNotificationResult object

Declared In

OYMNotificationResult.h

– initWithNotification:andPlace:

This method gets the OYMNotificationResult object.

- (instancetype)initWithNotification:(OYMNotification *)notification andPlace:(OYMPlace *)place

Parameters

notification

OYMNotification Object

place

OYMPlace Object

Return Value

The OYMNotificationResult object

Declared In

OYMNotificationResult.h