com.bugsnag
Class Notification

java.lang.Object
  extended by com.bugsnag.Notification

public class Notification
extends Object


Constructor Summary
Notification(Configuration config)
           
Notification(Configuration config, Error error)
           
 
Method Summary
 void addError(Error error)
           
 void addError(String errorString)
           
 void deliver()
           
 int size()
           
 org.json.JSONObject toJSON()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Notification

public Notification(Configuration config)

Notification

public Notification(Configuration config,
                    Error error)
Method Detail

addError

public void addError(Error error)

addError

public void addError(String errorString)

toJSON

public org.json.JSONObject toJSON()

toString

public String toString()
Overrides:
toString in class Object

deliver

public void deliver()
             throws NetworkException
Throws:
NetworkException

size

public int size()


Copyright © 2013. All Rights Reserved.