통화 참가자 가져오기
PhoneCallLogID 및
ConferencePhoneCallLog 클래스를 사용하여 통화 기록에 있는 통화 참가자를 가져올 수 있습니다.
- 필요한 클래스와 인터페이스를 가져옵니다.
import net.rim.blackberry.api.phone.phonelogs.*;
- PhoneCallLog.getParticipant() 또는 ConferencePhoneCallLog.getParticipantAt()을 호출하여 통화 참가자 정보를 가져옵니다.
PhoneCallLogID participant = myPhoneCallLog.getParticipant();
PhoneCallLogID participant = myConferencePhoneCallLog.getParticipantAt(0);
이 정보가 도움이 되었습니까? 의견을 보내 주십시오.