Contents

accounts(with:)

Returns all accounts of the specified type.

Declaration

func accounts(with accountType: ACAccountType!) -> [Any]!

Parameters

  • accountType:

    The type of an account.

Return Value

All accounts that match accountType.

See Also

Getting Accounts