engage 0.2.0 engage: ^0.2.0 copied to clipboard
Engage flutter SDK.
[0.1.0] - 2023-04-04 #
Changed #
init
now requiresawait
. Should be called afterWidgetsFlutterBinding.ensureInitialized();
identify
now automatically tracks the customer's timezone (astz
). This is to be used for sending messages at recipient's timezone.setDeviceToken
now tracks app version, build and current timestamp to know last sync.
Added #
merge
: Merge an anonymous user with an identified useraddToAccount
: Add the Customer to an AccountremoveFromAccount
: Remove the Customer from an AccountchangeAccountRole
: Change the Customer's role in the AccountconvertToAccount
: Convert the Customer profile to an AccountconvertToCustomer
: convert the Account profile to a Customer