public interface

HeadphoneStateResult

implements Result
com.google.android.gms.awareness.snapshot.HeadphoneStateResult

Class Overview

Result from getHeadphoneState(GoogleApiClient).

Summary

Public Methods
abstract HeadphoneState getHeadphoneState()
Returns the current headphone state.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract HeadphoneState getHeadphoneState ()

Returns the current headphone state.

Returns
HeadphoneState Headphone state if getStatus() was successful, otherwise null.