OnWakeupCompletedListener

interface OnWakeupCompletedListener
com.google.android.gms.dtdi.core.OnWakeupCompletedListener

Listener that is notified when a wakeup has completed (either successfully, or with an error).

Summary

Public methods

abstract Unit

Called when the wakeup is completed.

Public methods

onWakeupCompleted

abstract fun onWakeupCompleted(result: Int?): Unit

Called when the wakeup is completed.

Parameters
result: Int? 0 if the wakeup was successful, an error code otherwise.