OYMNotification Class Reference

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

Overview

This class describes a notification object. A notification is an event that trigger when a specific action happens about a POI.

  uuid

Notification unique identifier

@property (readonly) NSString *uuid

Declared In

OYMNotification.h

  building

Parent building unique identifier

@property (readonly) NSString *building

Declared In

OYMNotification.h

  floor

Parent floor unique identifier

@property (readonly) NSString *floor

Declared In

OYMNotification.h

  floorNumber

Parent floor number

@property (readonly) NSNumber *floorNumber

Declared In

OYMNotification.h

  place

Id of the poi that will trigger the event

@property (readonly) NSString *place

Declared In

OYMNotification.h

  properties

Keys/values that define the content of the notification

@property (readonly) NSDictionary *properties

Declared In

OYMNotification.h

  action

Action that will trigger this notification

@property (readonly) NotificationAction action

Declared In

OYMNotification.h

  delay

Delay before triggerring the notification

@property (readonly) int delay

Declared In

OYMNotification.h

  range

Extended place where the notification will trigger

@property (readonly) int range

Declared In

OYMNotification.h

  repeat

Number of seconds when this notification can be repeated again

@property (readonly) int repeat

Declared In

OYMNotification.h

  type

String defining Notification type

@property (readonly) NSString *type

Declared In

OYMNotification.h

  targets

Keys/values that defines the notification target

@property (readonly) NSDictionary *targets

Declared In

OYMNotification.h