Swift | Objective C | Description |
---|---|---|
.error | CastledLogLevelError | Logs errors |
.debug | CastledLogLevelDebug | Logs debugging informations & .error |
.info | CastledLogLevelInfo | Logs everything including .info,.debug &.error |
.none | CastledLogLevelNone | Disables logs. When set no logs will be printed |
The default log level is debug
Config Name | Description | Default Value |
---|---|---|
enablePush | Enables push notification support | false |
enableInApp | Enables In App notification support | false |
enableAppInbox | Enables App Inbox notification support | false |
enableTracking | Enables tracking of App events | false |
location | Preferred server location | US |
enableSessionTracking | Enables tracking of User Sessions | true |
skipUrlHandling | Disables the click action handling by the SDK. Set when app handles the notification action itself | false |