BackupActionResult.Success


class BackupActionResult.Success : BackupActionResult


Indicates that the device payload executed and verified successfully.

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Map<StringString>

A read-only map of key-value string pairs representing serialized diagnostic results, returned system status, or database/preferences validation records captured on-device by the executing action payload (e.g. key-values checked or row-counts matched).

Inherited properties

From androidx.test.backup.host.BackupActionResult
Boolean

Returns true if this is a Success result.

Public constructors

Success

Added in 1.0.0-alpha01
Success(data: Map<StringString> = emptyMap())

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

data

Added in 1.0.0-alpha01
val dataMap<StringString>

A read-only map of key-value string pairs representing serialized diagnostic results, returned system status, or database/preferences validation records captured on-device by the executing action payload (e.g. key-values checked or row-counts matched).