smartStoreExists

open fun smartStoreExists(ctx: Context, account: UserAccount, communityId: String): Boolean

Determines if a smart store currently exists for the given account and/or community id.

Return

boolean indicating if a smartstore already exists.

Parameters

ctx

Context.

account

User account.

communityId

Community ID.


open fun smartStoreExists(ctx: Context, dbNamePrefix: String, account: UserAccount, communityId: String): Boolean

Determines if a smart store currently exists for the given database name, account and/or community id.

Return

boolean indicating if a smartstore already exists.

Parameters

ctx

Context.

dbNamePrefix

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

account

User account.

communityId

Community ID.