public static interface

CallLogAsync.OnLastOutgoingCallComplete

com.android.phone.CallLogAsync.OnLastOutgoingCallComplete

Class Overview

Interface to retrieve the last dialed number asynchronously.

Summary

Public Methods
abstract void lastOutgoingCall(String number)

Public Methods

public abstract void lastOutgoingCall (String number)

Parameters
number The last dialed number or an empty string if none exists yet.