Common Components

ComponentDescriptionDetails
TitleBrief headline displayed at the top of the notification.- Recommended length: 30-50 characters.
- Exceeding length may result in truncation depending on the device screen size.
DescriptionMain content or body of the notification.- Recommended length: 100-200 characters.
- Longer descriptions may be truncated.
ImageOptional image displayed within the notification.- Format: JPG, PNG, GIF (Static GIF).
- Recommended size: less than 1MB.
- Resolution: Ideally less than 2,048 x 2,048 pixels.
PriorityDefines how urgently the notification is delivered to the device.- High Priority: Immediate delivery, wakes up devices.
- Normal Priority: Batched delivery for optimized battery usage.

iOS Specific Components

The configuration steps below apply specifically to iOS push notifications. These settings are optional and should be configured only if your app targets iOS users or requires iOS-specific push functionality.

ComponentDescriptionDetails
Subtitle (Optional)Secondary line of text beneath the title.- Recommended length: approximately 30-50 characters.
CategoryCustomizable actions defined in the notification settings.- Links notifications with predefined action buttons.
Thread IdentifierUsed to group notifications visually in the Notification Center.- String value that identifies notification threads.

Android Specific Components

The configuration steps below apply specifically to Android push notifications. These settings are optional and should be applied if your app targets Android devices or requires Android-specific push functionality.

ComponentDescriptionDetails
ChannelDefines the notification importance level and behavior.- Android-specific categorization required for Android 8.0+.
IconSmall icon displayed in the notification status bar.- Format: PNG, with transparency.
- Size: Typically 24x24 dp.
ColorAccent color for the notification icon background.- Defined using HEX color code.
VisibilityControls how notifications appear on the lock screen.- Options: Public, Private, or Secret.

By clearly understanding and utilizing these components effectively, you ensure optimal delivery, visibility, and user engagement across all notifications sent via Clix.