interface LaunchFriendRequestFlowResult
didCancel
: Boolean
[Get] |
User can choose to cancel the friend request flow after sending it. You can use this to check whether the viewer chose to cancel the friend request flow.
Signature
abstract val didCancel: Boolean |
didSendRequest
: Boolean
[Get] |
Whether the viewer successfully sent the friend request.
Signature
abstract val didSendRequest: Boolean |