out Param
Factory for an OUT parameter, equivalent to Sp.Out(type). Kotlin callers typically prefer the reified spOut helper. On JVM and Android a java.lang.Class<T> overload is also available.
Class<T> overload for Java callers; equivalent to outParam(type.kotlin).
Factory for an OUT parameter, equivalent to Sp.Out(type). Kotlin callers typically prefer the reified spOut helper. On JVM and Android a java.lang.Class<T> overload is also available.