Android EngineComponentCommands::GetId
DRD:DEV

Get the ID of a component, if any.

If no ID is present, or the component does not support IDs, the engine should return "<SAFS_NULL>".

The Android Engine also persists these values as SAFS variables.

            ^DroidEngine.Command    = [command]
            ^DroidEngine.StatusCode = [statuscode string]
            ^DroidEngine.StatusInfo = [statusinfo]
            

See DEngineCommandProcessor.setStatusVars().



Fields: [ ]=Optional with Default Value
  1. Component
    An object reference or proxy reference to the component.

    A reference to a particular component previously returned from a call to getTopLevelWindows, getMatchingParentObject, getChildren, or one of the other engine commands that return such references.

Examples:
[How To Read This Reference]