isSupported

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

If the underlying push provider is supported on the device.

Return

true if the push provider is supported on the device, otherwise false.

Parameters

context

The application context.