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

    onboardedUsers

    list of all the onboarded users of type FUIUser

    currentUserId

    current user ID