Skip to content

Commit

Permalink
updated README based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Espinola committed Jul 15, 2024
1 parent 00a3bd1 commit 42f339c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ productView.deeplink = @"https://mydeeplink.com/products/32432423";
```
---
The SDK allows custom events to be sent using `ATTNCustomEvent,` where type is the event name and the properties is a dictionary(`[String: String]`) with the information to populate the message to the subscribers dynamically.
The SDK allows custom events to be sent using `ATTNCustomEvent,` where type is the event name and the properties is a dictionary(`[String: String]`) with the information to populate dynamic content in the message to subscribers.
#### Swift
Expand All @@ -266,7 +266,6 @@ ATTNEventTracker.sharedInstance()?.record(event: customEvent)

```objective-c
ATTNCustomEvent* customEvent = [[ATTNCustomEvent alloc] initWithType:@"Concert Viewed" properties:@{@"band" : @"Myrath"}];

[[ATTNEventTracker sharedInstance] recordEvent:customEvent];
```
Expand Down

0 comments on commit 42f339c

Please sign in to comment.