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

Commit

Permalink
Update in-app-content.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacalegari98 authored Nov 20, 2017
1 parent 49a06a0 commit ed0aedb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/android/in-app-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,17 @@ NearUtils.ParseCoreContents(intent, _coreContentListener);

## Beacon Interaction Content
Beacon interaction (beacon ranging) is a peculiar trigger that works only when your app is in the foreground.
<br>To receive this kind of content set a **proximity listener** with the method:
<br>
NearIT Android SDK will automatically show heads-up notifications.

<br>
If you need to disable the default behaviour, call this method in the **onCreate** method of your application:

```
NearItManager.Instance.DisableDefaultRangingNotifications();
```

And if you want to receive ranging contents and handle them manually, set a **proximity listener** with the method:

```csharp

Expand Down

0 comments on commit ed0aedb

Please sign in to comment.