Package-level declarations

Contains utility functions for network monitoring, string operations, and logging functionality.

Types

Link copied to clipboard

Helper for connectivity statuses.

Functions

Link copied to clipboard

Decodes a Base64 encoded string back to its original form.

Link copied to clipboard

Encodes a string to Base64 format.

Link copied to clipboard
inline fun <T> String.parseObject(): T?

Parses a JSON string into an object of type T.

Link copied to clipboard

Converts any object to its JSON string representation.