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
Declared In
B4SEnums.h