Skip to content

Titanium.Calendar.EventsAuthorizationResponse

Argument passed to the callback when a request finishes successfully or erroneously.

Since: 3.1.0 · Platforms: iphone, ipad, macos

Properties #

code#

Type: Number

Error code, if any returned.

May be undefined if success is true.

error#

Type: String

Error message, if any returned.

May be undefined if success is true.

success#

Type: Boolean

Indicates whether the request succeeded.

Returns true if request succeeded.

Titanium SDK Documentation