Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 988 Bytes

File metadata and controls

30 lines (23 loc) · 988 Bytes

SystemChannelPushNotification

Properties

Name Type Description Notes
title string [optional] [default to undefined]
forceShowPushContent number [optional] [default to undefined]
alert string [optional] [default to undefined]
ios { [key: string]: any; } [optional] [default to undefined]
android { [key: string]: any; } [optional] [default to undefined]
harmonyOS { [key: string]: any; } [optional] [default to undefined]

Example

import { SystemChannelPushNotification } from '@nexconn/server-sdk';

const instance: SystemChannelPushNotification = {
    title,
    forceShowPushContent,
    alert,
    ios,
    android,
    harmonyOS,
};

[Back to Model list] [Back to API list] [Back to README]