isInteractionGoalCompletedOnly method

bool isInteractionGoalCompletedOnly()

Checks if only messages with completed interaction goals are fetched. Android Reference: MessagesRequest.isInteractionGoalCompletedOnly()

Implementation

bool isInteractionGoalCompletedOnly() =>
    interactionGoalCompletedOnly ?? false;