HeadlessWatchFaceClient.ClientDisconnectListener

public interface HeadlessWatchFaceClient.ClientDisconnectListener


Callback that observes when the client disconnects.

Summary

Public methods

abstract void

The client disconnected, typically due to the server side crashing.

Public methods

onClientDisconnected

Added in 1.0.0
abstract void onClientDisconnected()

The client disconnected, typically due to the server side crashing. Note this is not called in response to close being called on HeadlessWatchFaceClient.