wrap

@Nullable
open fun wrap(@Nullable inputContentInfo: @Nullable Any): @Nullable InputContentInfoCompat(source)

Creates an instance from a framework android.view.inputmethod.InputContentInfo object.

This method always returns null on API <= 24.

Return

an equivalent InputContentInfoCompat object, or null if not supported.

Parameters

inputContentInfo

an android.view.inputmethod.InputContentInfo object, or null if none.