PushConfig

class PushConfig(tokenRetryInterval: Long, meta: NotificationConfig, miPush: MiPushConfig, fcm: FcmConfig, pushKit: PushKitConfig)

Author

Umang Chamaria

Constructors

PushConfig
Link copied to clipboard
fun PushConfig()
PushConfig
Link copied to clipboard
fun PushConfig(tokenRetryInterval: Long, meta: NotificationConfig, miPush: MiPushConfig, fcm: FcmConfig, pushKit: PushKitConfig)

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

fcm
Link copied to clipboard
var fcm: FcmConfig

Configuration Related to Firebase Cloud Messaging

meta
Link copied to clipboard
var meta: NotificationConfig

Notification meta data

miPush
Link copied to clipboard
var miPush: MiPushConfig

Configuration Related to Mi Push

pushKit
Link copied to clipboard
var pushKit: PushKitConfig

Configuration related to HMS PushKit

tokenRetryInterval
Link copied to clipboard
var tokenRetryInterval: Long

Time interval after which SDK will attempt to re-register for token, only used if SDK registration is enabled.