Closed cmdrootaccess closed 9 months ago
i noticed that name prefix is not visible in iOS. plus there are several issues opened regarding this. This pr adds the name prefix.
The added typed prefix reads namePrefix: string; . This can also replace the current prefix: string;. So the choice is yours.
namePrefix: string;
prefix: string;
thanks. How is namePrefix different from the existing prefix? Also does android provide the same prefix information?
namePrefix
prefix
This Pull request is stale, please review.
i noticed that name prefix is not visible in iOS. plus there are several issues opened regarding this. This pr adds the name prefix.
The added typed prefix reads
namePrefix: string;
. This can also replace the currentprefix: string;
. So the choice is yours.