Class Notification.Builder
java.lang.Object
org.apache.fineract.infrastructure.gcm.domain.Notification.Builder
- Enclosing class:
Notification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbadge(int value) Sets the badge property.Sets the body property.bodyLocArgs(List<String> value) Sets the body localization values property.bodyLocKey(String value) Sets the body localization key property.build()clickAction(String value) Sets the click action property.Sets the color property in #rrggbb format.Sets the sound property (default value is default).Sets the tag property.Sets the title property.titleLocArgs(List<String> value) Sets the title localization values property.titleLocKey(String value) Sets the title localization key property.
-
Constructor Details
-
Builder
-
-
Method Details
-
title
Sets the title property. -
body
Sets the body property. -
sound
Sets the sound property (default value is default). -
badge
Sets the badge property. -
tag
Sets the tag property. -
color
Sets the color property in #rrggbb format. -
clickAction
Sets the click action property. -
bodyLocKey
Sets the body localization key property. -
bodyLocArgs
Sets the body localization values property. -
titleLocKey
Sets the title localization key property. -
titleLocArgs
Sets the title localization values property. -
build
-