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