Skip to content

Commit

Permalink
Update minimal implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelgrom committed Jan 11, 2024
1 parent 8f10be3 commit e72dbf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ interface WebViewPresenter {

fun appCanCommissionMatterDevice(): Boolean
fun startCommissioningMatterDevice(context: Context)

/** @return `true` if the app can send this device's preferred Thread credential to the server */
fun appCanExportThreadCredentials(): Boolean
fun exportThreadCredentials(context: Context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class ThreadManagerImpl @Inject constructor() : ThreadManager {
override suspend fun syncPreferredDataset(
context: Context,
serverId: Int,
exportOnly: Boolean,
scope: CoroutineScope
): ThreadManager.SyncResult = ThreadManager.SyncResult.AppUnsupported

Expand Down

0 comments on commit e72dbf2

Please sign in to comment.