UserDataSource
public class UserDataSource : FUIMultiUserPasscodeControllerDataSource
This is the data source for providing the onboarded user list
-
The list of onboarded users.
Declaration
Swift
public var onboardedUsers: [FUIUser] -
The ID of the current user in the users list.
Declaration
Swift
public var currentUserId: String -
initializer
Declaration
Swift
public init(onboardedUsers: [FUIUser], currentUserId: String)Parameters
onboardedUserslist of all the onboarded users of type
FUIUsercurrentUserIdcurrent user ID