added in version 27.1.0
  
    
belongs to Maven artifact com.android.support:wear:28.0.0-alpha1
belongs to Maven artifact com.android.support:wear:28.0.0-alpha1
AmbientMode.AmbientCallbackProvider
  public
  static
  
  
  interface
  AmbientMode.AmbientCallbackProvider
  
  
  
| android.support.wear.ambient.AmbientMode.AmbientCallbackProvider | 
Interface for any Activity that wishes to implement Ambient Mode. Use the
 getAmbientCallback() method to return and AmbientMode.AmbientCallback which can be used
 to bind the AmbientMode to the instantiation of this interface.
 
return new AmbientMode.AmbientCallback() {
     public void onEnterAmbient(Bundle ambientDetails) {...}
     public void onExitAmbient(Bundle ambientDetails) {...}
  }
 Summary
| Public methods | |
|---|---|
| 
        abstract
        
        
        
        
        AmbientMode.AmbientCallback | 
      getAmbientCallback()
       | 
Public methods
getAmbientCallback
    added in version 27.1.0
      
  
    AmbientMode.AmbientCallback getAmbientCallback ()
| Returns | |
|---|---|
| AmbientMode.AmbientCallback | the AmbientMode.AmbientCallbackto be used by this class to communicate with the
 entity interested in ambient events. | 
