All Downloads are FREE. Search and download functionalities are using the official Maven repository.

appleMain.PlatformAdvertisement.kt Maven / Gradle / Ivy

There is a newer version: 0.35.0-rc
Show newest version
package com.juul.kable

import com.benasher44.uuid.Uuid
import platform.Foundation.NSData

public actual interface PlatformAdvertisement : Advertisement {
    public fun serviceDataAsNSData(uuid: Uuid): NSData?
    public val manufacturerDataAsNSData: NSData?
    public fun manufacturerDataAsNSData(companyIdentifierCode: Int): NSData?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy