Lumen help

Configure Mesh Delivery for iOS, iPadOS, & tvOS

Introduction

Example

                let deliveryClient = LMDeliveryClientBuilder.clientBuilder()
    .playerInteractor(playerInteractor)
    //...
    .meshProperty(<meshProperty>)
    .contentId(<contentID>)
    //...
    .build(<contentURL>)
            

Introduction

meshProperty   - string (optional)

Example

                builder.meshProperty(<String>);
            

Introduction

contentId  - string (optional)

                builder.contentId(<String>);
            

Dashboard Overview