Show / Hide Table of Contents

Class IOSOfflinePushConfig

Inheritance
System.Object
ExtraData
IOSOfflinePushConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class IOSOfflinePushConfig : ExtraData

Fields

ios_offline_push_config_ignore_badge

Declaration
public bool ios_offline_push_config_ignore_badge
Field Value
Type Description
System.Boolean

读写, 是否忽略badge计数。若为true,在iOS接收端,这条消息不会使App的应用图标未读计数增加

ios_offline_push_config_sound

Declaration
public string ios_offline_push_config_sound
Field Value
Type Description
System.String

读写, 当前消息在iOS设备上的离线推送提示声音URL。当设置为push.no_sound时表示无提示音无振动

ios_offline_push_config_title

Declaration
public string ios_offline_push_config_title
Field Value
Type Description
System.String

读写, 通知标题

In This Article
Back to top Generated by DocFX