com.gs.phone.context

PhoneContext.PhoneAction

This class defined all constan about intent.

Supported Products:

GXV3350, GXV3370, GXV3380


Detail

Method

method description

Member & Constant

Member description
public static final String ACTION_CUSTOM_DIAL Activity action: dial number(s) as specified by the data.This shows a UI with the number being dialed, allowing the user to explicitly

Supported Products:

GXV3350, GXV3370, GXV3380

public static final String ACTION_CUSTOM_CALL Activity action: Perform call(s) to someone specified by the data.

Supported Products:

GXV3350, GXV3370, GXV3380

public static final String KEY_DIAL_INFO_LIST Get the DialInfo list from Intent

{@see com.gs.phone.api.call.BaseCallApi#checkDialingInfo}
接收以下intent将用到此类型
{@link com.gs.phone.context.PhoneContext.PhoneAction#ACTION_CUSTOM_DIAL}
{@link com.gs.phone.context.PhoneContext.PhoneAction#ACTION_CUSTOM_CALL}


Supported Products:

GXV3350, GXV3370, GXV3380