createGroup

fun IviAppsuite.createGroup(groupName: String, requiresOptIn: Boolean): IviDefaultsGroupConfig

Creates an IviDefaultsGroupConfig with the IviAppsuite.groupCategory category.

Parameters


fun IviPlatform.createGroup(groupName: String, requiresOptIn: Boolean): IviDefaultsGroupConfig

Creates an IviDefaultsGroupConfig with the IviDefaultsGroupConfig.Category.PLATFORM category.

Parameters