-
public class NotificationsConfig.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static NotificationsConfig.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final NotificationsConfigbuild(Function1<NotificationsConfig.Builder, Unit> f)NotificationsConfigクラスのインスタンスを生成します。 -
-
Method Detail
-
build
final NotificationsConfig build(Function1<NotificationsConfig.Builder, Unit> f)
NotificationsConfigクラスのインスタンスを生成します。
- Parameters:
f- NotificationsConfigクラスの値を変更するスコープ関数です。
-
-
-
-