Session2Command.Result
public
static
final
class
Session2Command.Result
extends Object
| java.lang.Object | |
| ↳ | android.media.Session2Command.Result |
Contains the result of Session2Command.
Summary
Public constructors | |
|---|---|
Session2Command.Result(int resultCode, Bundle resultData)
Constructor of |
|
Public methods | |
|---|---|
int
|
getResultCode()
Returns the result code. |
Bundle
|
getResultData()
Returns the result data. |
Inherited methods | |
|---|---|
Public constructors
Session2Command.Result
public Session2Command.Result (int resultCode,
Bundle resultData)
Constructor of Result.
| Parameters | |
|---|---|
resultCode |
int: result code |
resultData |
Bundle: result data
This value may be null. |