interface LaunchUnblockFlowResult
didCancel
: Boolean
[Get] |
A boolean indicates whether the viewer chose to cancel the unblock flow. It will be 'true' if the viewer canceled 'Unblock' from the modal.
Signature
abstract val didCancel: Boolean |
didUnblock
: Boolean
[Get] |
A boolean indicates whether the viewer successfully unblocked the user. Learn more about unblocking users from our website.
Signature
abstract val didUnblock: Boolean |