isAvailable

abstract fun isAvailable(@NonNull context: Context): Boolean

If the underlying push provider is currently available.

Return

true if the push provider is currently available, otherwise false.

Parameters

context

The application context.