Options
All
  • Public
  • Public/Protected
  • All
Menu

export class type

Hierarchy

  • ChatPushConfig

Index

Constructors

  • new ChatPushConfig(params?: { deviceId?: string; deviceToken?: string }): ChatPushConfig
  • Constructs a push configuration object.

    Parameters

    • Optional params: { deviceId?: string; deviceToken?: string }
      • Optional deviceId?: string
      • Optional deviceToken?: string

    Returns ChatPushConfig

Properties

deviceId?: string

The device ID. For FCM, the field is the user ID of the push notification sender. For APNs, this field is the certificate name of the push service.

deviceToken?: string

The device token. The device token is indicated in the callback or method provided by the push vendor. For details, see the push SDK instructions of the respective push vendors.

manufacturer?: string

The device vendor. See {@link Platform.constants.Manufacturer}

Generated using TypeDoc