sendNotification

public static void sendNotification(Context context, PushNotificationMessage message, PushType pushType, int left)

发送通知。推送通知和后台通知最终都是通过这个方法发送notification。

Parameters

context

上下文

message

通知信息

pushType

推送类型


@Deprecated()
public static void sendNotification(Context context, PushNotificationMessage message)

Deprecated

发送通知。推送通知和后台通知最终都是通过这个方法发送notification。

Deprecated

此接口废弃,请使用 sendNotification

Parameters

context

上下文

message

通知信息