Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocasero committed May 1, 2014
1 parent 1ba919e commit 5f797cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ This property controls how the messages are selected from the array. If the attr

The array of time periods is sequential, if the attribute is set to YES when the last element is taken, the next one will be the first element. Otherwise it will keep the last element.


```
@property (nonatomic, strong) NSString* appDomain;
```

This attribute define the domain of your notifications, prevent collisions between notifications.

For more details on this, check the Sample Application in this repo.

</br>
Expand Down

0 comments on commit 5f797cf

Please sign in to comment.