Skip to main content

Interface: SCGcmDeviceType

Interface SCGcmDeviceType GCMDevice Schema.

Hierarchy

Properties

active

Optional active: boolean

Device activated/deactivate

Inherited from

SCDeviceType.active

Defined in

device.ts:40


application_id

Optional application_id: string

Identifier for the application

Inherited from

SCDeviceType.application_id

Defined in

device.ts:50


cloud_message_type

cloud_message_type: SCDeviceGcmTypeEnum

Cloud message type: GCM or FCM

Defined in

device.ts:86


date_created

Optional date_created: string | Date

Date of registration

Inherited from

SCDeviceType.date_created

Defined in

device.ts:45


device_id

Optional device_id: number

Unique device identifier ANDROID_ID / TelephonyManager.getDeviceId() (always as hex) UUID / UIDevice.identifierForVendor() max_length = 32

Inherited from

SCDeviceType.device_id

Defined in

device.ts:35


id

Optional id: number

Id of the device

Inherited from

SCDeviceType.id

Defined in

device.ts:17


name

Optional name: string

Device name

Inherited from

SCDeviceType.name

Defined in

device.ts:22


notification_service

Optional notification_service: SCDeviceGcmTypeEnum | APNS

notification_service

Inherited from

SCDeviceType.notification_service

Defined in

device.ts:60


platform

Optional platform: SCDeviceTypeEnum

Platform

Inherited from

SCDeviceType.platform

Defined in

device.ts:55


registration_id

registration_id: string

Registration ID

Inherited from

SCDeviceType.registration_id

Defined in

device.ts:27