A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
UnsubscribeEvent — class, package com.esri.tracking.connector.events
Represents event objects dispatched when a response to an unsubscribe request is received.
UnsubscribeEvent(type:String, succeeded:Boolean, serviceNames:Array, errorMessage:String) — Constructor, class com.esri.tracking.connector.events.UnsubscribeEvent
The constructor.
unsubscribeFromServiceAsync(serviceName:String) — method, class com.esri.tracking.connector.Connector
Sends a request to the gateway to unsubscribe from a single service.
unsubscribeFromServiceListAsync(unsubscribeServiceNames:Array) — method, class com.esri.tracking.connector.Connector
Sends a request to the gateway to unsubscribe from a list of services.
unsubscribeResponse — Event, class com.esri.tracking.connector.Connector
Dispatched when a response to an unsubscribe request is received.
UNSUBSCRIBE_RESPONSE — Constant Static Property, class com.esri.tracking.connector.events.UnsubscribeEvent
Defines the value of the type property of an unsubscribeResponse event.
username — Property, class com.esri.tracking.connector.Connector
Gets username used to log in.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z