Home > @infiniteobjects/linkdrop-service > AssertLinkdropSdk > isV1
Checks if the SDK is a V1 SDK
Signature:
static isV1(sdk: LinkdropSdk): sdk is LinkdropSdkV1;
Parameter | Type | Description |
---|---|---|
sdk | LinkdropSdk | The SDK to check |
Returns:
sdk is LinkdropSdkV1