Interface AppleApp.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AppleApp.Builder,AppleApp>, SdkBuilder<AppleApp.Builder,AppleApp>, SdkPojo
Enclosing class:
AppleApp

@Mutable @NotThreadSafe public static interface AppleApp.Builder extends SdkPojo, CopyableBuilder<AppleApp.Builder,AppleApp>
  • Method Details

    • bundleId

      AppleApp.Builder bundleId(String bundleId)

      The unique identifier of the app across all Apple platforms (iOS, macOS, tvOS, watchOS, etc.)

      Parameters:
      bundleId - The unique identifier of the app across all Apple platforms (iOS, macOS, tvOS, watchOS, etc.)
      Returns:
      Returns a reference to this object so that method calls can be chained together.