TextClassificationSessionId

public final class TextClassificationSessionId


This class represents the id of a text classification session.

Summary

Public methods

static @NonNull TextClassificationSessionId

Extracts a TextClassificationSessionId from a bundle that was added using toBundle.

boolean
int
@NonNull Bundle

Adds this Icon to a Bundle that can be read back with the same parameters to createFromBundle.

String

Public methods

createFromBundle

public static @NonNull TextClassificationSessionId createFromBundle(@NonNull Bundle bundle)

Extracts a TextClassificationSessionId from a bundle that was added using toBundle.

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toBundle

public @NonNull Bundle toBundle()

Adds this Icon to a Bundle that can be read back with the same parameters to createFromBundle.

toString

public String toString()