public interface HeadphoneStateResult implements Result
Result from
getHeadphoneState(GoogleApiClient).
Public Method Summary
| abstract HeadphoneState |
getHeadphoneState()
Returns the current headphone state.
|
Inherited Method Summary
Public Methods
public abstract HeadphoneState getHeadphoneState ()
Returns the current headphone state.
Returns
- Headphone state if
getStatus()was successful, otherwise null.