B4SNotificationSource Constants Reference

Declared in B4SEnums.h

B4SNotificationSource

The source of a notification shown to the user

Definition

typedef NS_ENUM(NSInteger, B4SNotificationSource ) {
   B4SNotificationSourceUnknown = 0,
   B4SNotificationSourceBeacon = 1,
   B4SNotificationSourcePushNotification = 2,
   B4SNotificationSourceGeofence = 3,
};

Constants

B4SNotificationSourceUnknown

Unknown source

Declared In B4SEnums.h.

B4SNotificationSourceBeacon

A hardware beacon

Declared In B4SEnums.h.

B4SNotificationSourcePushNotification

A push notification

Declared In B4SEnums.h.

B4SNotificationSourceGeofence

A geofence

Declared In B4SEnums.h.

Declared In

B4SEnums.h