Class OfflinePushToken
Inheritance
System.Object
OfflinePushToken
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 OfflinePushToken
Fields
offline_push_token_business_id
Declaration
public int offline_push_token_business_id
Field Value
Type | Description |
---|---|
System.Int32 | Write only (optional), IM console certificate ID, not required when accessing TPNS |
offline_push_token_is_tpns_token
Declaration
public bool offline_push_token_is_tpns_token
Field Value
Type | Description |
---|---|
System.Boolean | Write only (optional), whether the access configuration TPNS, whether the token is obtained from TPNS |
offline_push_token_token
Declaration
public string offline_push_token_token
Field Value
Type | Description |
---|---|
System.String | Write only (optional), the token obtained when registering the application to the vendor platform or TPNS. Precautions for use: When accessing the push TPNS channel, you need to set isTPNSToken to true, and report the token obtained by registering TPNS; when accessing the push channel, you need to set isTPNSToken to false, and report the token obtained by the registered manufacturer. |