# PushNotificationSuccessArg

A simple object passed to the registerForPushNotifications success callback.

Availability
0.8
0.8
9.2.0

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# code

Availability
3.1.0
9.2.0
code :Number

Error code. Returns 0.

Error code will be 0.


# deviceToken

Availability
0.8
9.2.0
deviceToken :String

The device token which this device was registered for.


# error

Availability
3.1.0
9.2.0
error :String

Error message, if any returned.

Will be undefined.


# success

Availability
3.1.0
3.1.0
9.2.0
success :Boolean

Indicates if the operation succeeded. Returns true.

Returns true.


# type

Availability
0.8
0.8
9.2.0
type :String

The value of this string is always "remote".