Plot Projects - IOS Plugin
Library reference for IOS Plugin.
|
Properties | |
NSString * | publicToken |
id< PlotDelegate > | delegate |
BOOL | enableOnFirstRun |
int | maxRegionsMonitored |
BOOL | automaticallyAskLocationPermission |
BOOL | automaticallyAskNotificationPermission |
BOOL | provisionalNotificationPermission |
BOOL | quickSyncDisabled |
BOOL | enableBackgroundLocation |
All configurations for the plot app.
|
readwritenonatomicassign |
Automatically ask the user for permission to use the location of the device. When set to false, you're responsible yourself for asking permission to make use of location.
|
readwritenonatomicassign |
Automatically ask the user for permission to send notifications to the device. When set to false, you're responsible yourself for asking permission to send notifications.
|
readwritenonatomicstrong |
Delegate used for Plot, use this property for setting.
|
readwritenonatomicassign |
Enable (default) or disable background location gathering. When set to false, region monitoring is disabled and the automaticallyAskLocationPermission setting is set to NO.
|
readwritenonatomicassign |
Enable or disable the use of the plugin on the first run. Default is YES.
|
readwritenonatomicassign |
Maximum number of geofence that will be monitored at once, Plot will rotate these monitored regions depending on your location. Default and maximum value are 20.
|
readwritenonatomicassign |
Enables provisional authorization for "Deliver Quietly" notifications. This setting requires "automaticallyAskLocationPermission" to also be set to true. When "provisionalNotificationPermission" is set to true and "automaticallyAskLocationPermission" is set to false (or not present), the plugin will default to the automatic location services opt-in dialog (as if "automaticallyAskLocationPermission" was set to true and "provisionalNotificationPermission" to false).
|
readwritenonatomicstrong |
Use to set your public token.
|
readwritenonatomicassign |
Force disable QuickSync functionality. Normally it auto detects. Default is NO.