com.gs.phone.entity

DialResults

The results of a dial

Supported Products:

All


Detail

Method

method description
public int getDialResult(DialingInfo info); Get dial result from a DialingInfo

Params:

info
The info of a dialing

Return:

int The result of a dialing.The default is unknown error.PhoneContext.CallErrorCode.UNKNOWN_ERROR

Supported Products:

All

public Map getDialResults(); Get DialResult map which has been already set.

Return:

int The result of a dialing.

Supported Products:

All

public boolean isAllDialSuccessful(); Check from DialResult map if all DialResult is PhoneContext.CallErrorCode.SUCCESS@

Supported Products:

All


Member & Constant

Member description