Enum TIMAndroidOfflinePushNotifyMode
Namespace: com.tencent.imsdk.unity.enums
Assembly: cs.temp.dll.dll
Syntax
public enum TIMAndroidOfflinePushNotifyMode
Fields
Name | Description |
---|---|
kTIMAndroidOfflinePushNotifyMode_Custom | Custom notification mode. When an offline message is delivered, click the notification bar message to trigger callback for the app. |
kTIMAndroidOfflinePushNotifyMode_Normal | Ordinary notification bar message mode. When an offline message is delivered, click the notification bar message to directly launch the app. It will not trigger callback for the app. |