Skip to content

⬆️ UIBackgroundFetchResult ordinal mapping #20

Description

@Kymer

Currently in the setMethodCallHandler block of backgroundMethodChannel a UIBackgroundFetchResult is created using the flutter result Int like so:

UIBackgroundFetchResult(rawValue: UInt(fetchResult))

We shouldn't rely on the internal ordering of UIBackgroundFetchResult cases, as they could change with future iOS releases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestiOSiOS specific

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions