Changes

Jump to navigation Jump to search
789 bytes added ,  02:08, 15 June 2019
no edit summary
Line 1: Line 1:  +
This is used for Push Notifications.
 +
 
= npns:u =
 
= npns:u =
 
This is "nn::npns::INpnsUser".
 
This is "nn::npns::INpnsUser".
Line 24: Line 26:  
| 25 || QueryIsTokenValid
 
| 25 || QueryIsTokenValid
 
|-
 
|-
| 26 || [6.0.0+] ListenToMyApplicationId
+
| 26 || [5.0.0+] ListenToMyApplicationId
 
|-
 
|-
 
| 101 || Suspend
 
| 101 || Suspend
Line 32: Line 34:  
| 103 || GetState
 
| 103 || GetState
 
|-
 
|-
| 104 || GetStatistics
+
| 104 || [3.0.0+] GetStatistics
 
|-
 
|-
 
| 111 || GetJid
 
| 111 || GetJid
 
|-
 
|-
| 120 || [7.0.0+] CreateNotificationReceiver
+
| 120 || [7.0.0+] [[#CreateNotificationReceiver]]
 +
|-
 +
| 151 || [8.0.0+] GetStateWithHandover
 +
|-
 +
| 152 || [8.0.0+] GetStateChangeEventWithHandover
 +
|-
 +
| 153 || [8.0.0+] GetDropEventWithHandover
 
|}
 
|}
 +
 +
[5.0.0+] CreateToken/DestroyToken now takes an additional 8-bytes of input and a PID.
 +
 +
== CreateNotificationReceiver ==
 +
Returns an [[#INotificationReceiver]].
    
== INotificationReceiver ==
 
== INotificationReceiver ==
 +
This is "nn::npns::INotificationReceiver".
 +
 +
This was added with [7.0.0+].
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
Line 89: Line 106:  
|-
 
|-
 
| 25 || QueryIsTokenValid
 
| 25 || QueryIsTokenValid
 +
|-
 +
| 26 || [5.0.0+] ListenToMyApplicationId
 
|-
 
|-
 
| 31 || UploadTokenToBaaS
 
| 31 || UploadTokenToBaaS
Line 94: Line 113:  
| 32 || DestroyTokenForBaaS
 
| 32 || DestroyTokenForBaaS
 
|-
 
|-
| 33 || [6.0.0+] CreateTokenForBaas
+
| 33 || [7.0.0+] CreateTokenForBaas
 
|-
 
|-
| 34 || [6.0.0+] SetBaasDeviceAccountIdList
+
| 34 || [7.0.0+] SetBaasDeviceAccountIdList
 
|-
 
|-
 
| 101 || Suspend
 
| 101 || Suspend
Line 104: Line 123:  
| 103 || GetState
 
| 103 || GetState
 
|-
 
|-
| 104 || GetStatistics
+
| 104 || [3.0.0+] GetStatistics
 
|-
 
|-
| 105 || GetPlayReportRequestEvent
+
| 105 || [3.0.0+] GetPlayReportRequestEvent
 
|-
 
|-
 
| 111 || GetJid
 
| 111 || GetJid
Line 118: Line 137:  
| 115 || DetachJid
 
| 115 || DetachJid
 
|-
 
|-
| 201 || RequestChangeStateForceTimed
+
| 120 || [7.0.0+] [[#CreateNotificationReceiver]]
 +
|-
 +
| 151 || [8.0.0+] GetStateWithHandover
 
|-
 
|-
| 202 || RequestChangeStateForceAsync
+
| 152 || [8.0.0+] GetStateChangeEventWithHandover
 +
|-
 +
| 153 || [8.0.0+] GetDropEventWithHandover
 +
|-
 +
| 201 || [3.0.0+] RequestChangeStateForceTimed
 +
|-
 +
| 202 || [3.0.0+] RequestChangeStateForceAsync
 
|}
 
|}
 +
 +
[5.0.0+] CreateToken/DestroyToken now takes an additional 8-bytes of input and a PID.
    
[[Category:Services]]
 
[[Category:Services]]

Navigation menu