WatchFacePushManager.IsWatchFaceActiveException


public final class WatchFacePushManager.IsWatchFaceActiveException extends Exception


An exception that can be thrown by isWatchFaceActive

Summary

Public constructors

Public methods

final int

The specific subtype of error occurred.

String

Public constructors

IsWatchFaceActiveException

public IsWatchFaceActiveException(
    @NonNull <Error class: unknown class> rootCause
)

Public methods

getErrorCode

Added in 1.3.0-alpha07
public final int getErrorCode()

The specific subtype of error occurred. See ErrorCode for the possible values.

getMessage

public String getMessage()