Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea.calegari authored and andrea.calegari committed Nov 16, 2017
1 parent a8f4d53 commit a042119
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/android/user-profiling.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# User Profiling
# User Profiling (Android)

NearIT creates an anonymous profile for every user of your app. You can choose to add data to user profile. This data will be available inside recipes to allow the creation of user targets.

Expand Down
2 changes: 1 addition & 1 deletion docs/bridge/handle-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In your native fragment, content can have several class types:
- `NotificationMessage` returns the notification message

- `XCContentNotification` for the notification with content, with the following attributes:
- `Title` returns the notification title
- `Title` returns the notification title
- `Content` returns the text content, without processing the html
- `ImageLink` returns the link of the image object
- `Cta` returns a `ContentLink` with a label and url fields
Expand Down
5 changes: 3 additions & 2 deletions docs/bridge/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ To install NearIT Bridge, click on “**Project>Add NuGet Packages**”, find an
- Xamarin.NearIT.PCL
```

Then move to the native fragments, install its NuGet (you can find it here, [Setup (iOS)](../ios/setup.md) or [Setup (Android)](../android/setup.md)) and set the Api Key.<br>
To set the Api Key of **iOS** you can follow the docs or call inside `FinishedLaunching` method of your **AppDelegate** class this method:
Then move to the native fragments, install its NuGet (you can find it in [Setup (iOS)](../ios/setup.md) or [Setup (Android)](../android/setup.md)) and set the Api Key.<br>

To set the Api Key of **iOS** you can follow the docs or (if you have created a *Keys.plist* file where you define a variable **apiKey**), call inside `FinishedLaunching` method of your **AppDelegate** class this method:
```
public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
{
Expand Down
2 changes: 1 addition & 1 deletion docs/bridge/user-profiling.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# User profiling
# User profiling (Android)

NearIT creates an anonymous profile for every user of your app. You can choose to add data to user profile. This data will be available inside recipes to allow the creation of user targets.

Expand Down
2 changes: 1 addition & 1 deletion docs/ios/user-profiling.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# User profiling
# User profiling (iOS)

NearIT creates an anonymous profile for every user of your app. You can choose to add data to user profile. This data will be available inside recipes to allow the creation of user targets.

Expand Down

0 comments on commit a042119

Please sign in to comment.