public class FCMPushNotificationService extends PushNotificationService
| 修飾子とタイプ | クラスと説明 |
|---|---|
(package private) static interface |
FCMPushNotificationService.ResHandler |
PushNotificationService.TypeMapPUSH_NOTIFICATION_TEMPLATE_META_PATH| コンストラクタと説明 |
|---|
FCMPushNotificationService() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
destroy() |
void |
init(Config config) |
protected PushNotificationResult |
pushImpl(Tenant tenant,
PushNotification notification) |
getFixedPath, getMetaDataType, getRuntimeType, pushcreateMetaData, getRuntimeById, getRuntimeByName, list, list, nameList, removeMetaData, updateMetaDatapublic void init(Config config)
init インタフェース内 Serviceinit クラス内 PushNotificationServicepublic void destroy()
destroy インタフェース内 Servicedestroy クラス内 PushNotificationServiceprotected PushNotificationResult pushImpl(Tenant tenant, PushNotification notification)
pushImpl クラス内 PushNotificationService