Packagecom.yahoo.webapis
Classpublic class ServiceBase
InheritanceServiceBase Inheritance flash.events.EventDispatcher
SubclassesSearchService

The base class for Service methods



Public Properties
 PropertyDefined by
  applicationId : String
An Application ID is a string that uniquely identifies your application.
ServiceBase
Public Methods
 MethodDefined by
  
ServiceBase(target:IEventDispatcher = null)
ServiceBase
Property detail
applicationIdproperty
public var applicationId:String

An Application ID is a string that uniquely identifies your application. Think of it as like a User-Agent string. If you have multiple applications, you must use a different ID for each one.

See also

Constructor detail
ServiceBase()constructor
public function ServiceBase(target:IEventDispatcher = null)Parameters
target:IEventDispatcher (default = null)