Skip to content

Commit

Permalink
Provide Functions Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vertonghenb committed May 1, 2019
1 parent a73cdc6 commit d5329ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ or
```

### Create a notification
#### Using a Function (basic)
```csharp
await NotificationService.CreateAsync("Title", "Description", "images/github.png");
```

#### Using NotificationOptions (advanced)
```csharp
NotificationOptions options = new NotificationOptions
{
Expand Down

0 comments on commit d5329ab

Please sign in to comment.