proximiant.sdk.api
Class ProxCameraResult
java.lang.Object
proximiant.sdk.api.ProxCameraResult
public class ProxCameraResult
- extends java.lang.Object
This class defines the object our api client send to observer when making
an API call to get camera receipt.
Constructor Summary |
ProxCameraResult(java.lang.String rid,
android.graphics.Bitmap bmp)
|
Method Summary |
android.graphics.Bitmap |
getBitmap()
|
java.lang.String |
getRid()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxCameraResult
public ProxCameraResult(java.lang.String rid,
android.graphics.Bitmap bmp)
getRid
public java.lang.String getRid()
getBitmap
public android.graphics.Bitmap getBitmap()