removeSmartStore

open fun removeSmartStore()

Removes the default smart store for the current user.


open fun removeSmartStore(account: UserAccount)

Removes the default smart store for the specified user.

Parameters

account

UserAccount instance.


open fun removeSmartStore(account: UserAccount, communityId: String)

Removes the default smart store for the specified user and community.

Parameters

account

UserAccount instance.

communityId

Community ID.


open fun removeSmartStore(dbNamePrefix: String, account: UserAccount, communityId: String)

Removes the named smart store for the specified user and community.

Parameters

dbNamePrefix

The database name. This must be a valid file name without a filename extension such as ".db".

account

UserAccount instance.

communityId

Community ID.