public class

BeaconNotificationPopup

extends Object
java.lang.Object
   ↳ com.vidinoti.android.vdarsdk.beacon.BeaconNotificationPopup

Class Overview

Popup displayed when a beacon notification is triggered. It contains a single notification (i.e. not a list of pending notification). The content can be activated or the popup closed.

Summary

Public Constructors
BeaconNotificationPopup(Context context, BeaconNotification notification)
Creates a new popup for the given notification
Public Methods
void show()
Shows the dialog
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BeaconNotificationPopup (Context context, BeaconNotification notification)

Creates a new popup for the given notification

Parameters
context Android application context
notification the beacon notification to display

Public Methods

public void show ()

Shows the dialog