alias_api.set_store_options

alias_api.set_store_options(options: AlStoreOptions) int

Set the options used by store().

Returns

The status code result of the operation: Success - the options were set succesfully. InvalidArgument - ‘options’ was NULL, or a parameter in ‘options’ was

out of range.

Failure - AlUniverse was not initialized.

Return type

AlStatusCode