com.skype.api
Class Sms.SetSMSBodyResult

java.lang.Object
  extended by com.skype.api.Sms.SetSMSBodyResult
Enclosing class:
Sms

public class Sms.SetSMSBodyResult
extends java.lang.Object


Field Summary
 int charsUntilNextChunk
          The Message body as a list of individual chunks.
 java.lang.String[] chunks
          Whether the Message body was successfully set and if not, why not.
 Sms.SETBODYRESULT result
           
 
Constructor Summary
Sms.SetSMSBodyResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

public Sms.SETBODYRESULT result

chunks

public java.lang.String[] chunks
Whether the Message body was successfully set and if not, why not.


charsUntilNextChunk

public int charsUntilNextChunk
The Message body as a list of individual chunks.

Constructor Detail

Sms.SetSMSBodyResult

public Sms.SetSMSBodyResult()


Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.